color details

Color Details
#d69933 Color Hex

#d69933 color RGB value is (13, 105, 147).
#d69933 hex color red value is 13, green value is 105, and blue value is 147.
Cylindrical-coordinate representations (HSL) of color #d69933 hue: 198.81, saturation: 0.84 and lightness: 0.31.

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

Color Spaces
Color spaces of #d69933Value
RGB214, 153, 51
HSL0.1, 0.67, 0.52
HSV38°, 76°, 84°
XYZ39.72, 37.32, 8.24
Base Numbers
Base Red Green Blue
Binary 11010110 10011001 110011
Octal 326 231 63
Decimal 214 153 51
Hex D6 99 33

RGB Percentages for Color #d69933

51.2%
36.6%
12.2%

CMYK Percentages of the Color #d69933

28.5%
76.17%
16.08%
CSS Codes for Color #d69933
.mybgColor {background-color: #d69933;}
.myforeColor {color: #d69933;}
.myborderColor {border:3px solid #d69933;}
Text Font Color #d69933

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(214, 153, 51, 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 #d69933;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top