color details

Color Details
#dba54d Color Hex

#dba54d color RGB value is (13, 186, 84).
#dba54d hex color red value is 13, green value is 186, and blue value is 84.
Cylindrical-coordinate representations (HSL) of color #dba54d hue: 144.62, saturation: 0.87 and lightness: 0.39.

The process color (four-color CMYK) of #dba54d color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #dba54d is #ff9999. Color #dba54d contains mainly RED.

Color Spaces
Color spaces of #dba54dValue
RGB219, 165, 77
HSL0.1, 0.66, 0.58
HSV37°, 65°, 86°
XYZ44.01, 42.51, 12.91
Base Numbers
Base Red Green Blue
Binary 11011011 10100101 1001101
Octal 333 245 115
Decimal 219 165 77
Hex DB A5 4D

RGB Percentages for Color #dba54d

47.51%
35.79%
16.7%

CMYK Percentages of the Color #dba54d

24.66%
64.84%
14.12%
CSS Codes for Color #dba54d
.mybgColor {background-color: #dba54d;}
.myforeColor {color: #dba54d;}
.myborderColor {border:3px solid #dba54d;}
Text Font Color #dba54d

<p style="color:#dba54d">Text here</p>

This sample text is styled with the font color #dba54d. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #dba54d

<div style="background-color:#dba54d">Div content here</div>

The background color of this div is #dba54d
Border Color #dba54d

<div style="border:3px solid #dba54d">Div here</div>

The border color of this div is #dba54d
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(219, 165, 77, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #dba54d;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #dba54d;
-webkit-box-shadow: 1px 1px 3px #dba54d;
box-shadow: 1px 1px 3px #dba54d;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219, 165, 77, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #dba54d;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #dba54d; -webkit-box-shadow: 1px 1px 3px #dba54d; box-shadow: 1px 1px 3px #dba54d;">Div content here</div>

This div box has a shadow with a specified color. #dba54d

Scroll to Top