color details

Color Details
#d18c1a Color Hex

#d18c1a color RGB value is (13, 24, 193).
#d18c1a hex color red value is 13, green value is 24, and blue value is 193.
Cylindrical-coordinate representations (HSL) of color #d18c1a hue: 236.33, saturation: 0.87 and lightness: 0.4.

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

Color Spaces
Color spaces of #d18c1aValue
RGB209, 140, 26
HSL0.1, 0.78, 0.46
HSV37°, 88°, 82°
XYZ35.86, 32.39, 5.34
Base Numbers
Base Red Green Blue
Binary 11010001 10001100 11010
Octal 321 214 32
Decimal 209 140 26
Hex D1 8C 1A

RGB Percentages for Color #d18c1a

55.73%
37.33%
6.93%

CMYK Percentages of the Color #d18c1a

33.01%
87.56%
18.04%
CSS Codes for Color #d18c1a
.mybgColor {background-color: #d18c1a;}
.myforeColor {color: #d18c1a;}
.myborderColor {border:3px solid #d18c1a;}
Text Font Color #d18c1a

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

This sample text is styled with the font color #d18c1a. 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 #d18c1a

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(209, 140, 26, 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 #d18c1a;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top