Color spaces of #d08713
RGB | 208 | 135 | 19 |
---|---|---|---|
HSL | 0.10 | 0.83 | 0.45 |
HSV | 37° | 91° | 82° |
CMYK | 0.00 | 0.35 | 0.91 0.18 |
XYZ | 34.7939 | 30.7849 | 4.7243 |
Yxy | 30.7849 | 0.4949 | 0.4379 |
Hunter Lab | 55.4841 | 14.8394 | 33.7905 |
CIE-Lab | 62.3256 | 20.0670 | 64.7657 |
#d08713 color RGB value is (208,135,19).
#d08713 hex color red value is 208, green value is 135 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #d08713 hue: 0.10 , saturation: 0.83 and the lightness value of d08713 is 0.45.
The process color (four color CMYK) of #d08713 color hex is 0.00, 0.35, 0.91, 0.18. Web safe color of #d08713 is #cc9900. Color #d08713 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 10000111 | 00010011 |
Octal | 320 | 207 | 23 |
Decimal | 208 | 135 | 19 |
Hex | D0 | 87 | 13 |
Shades of #d08713
Tints of #d08713
RGB Percentages of Color #d08713
CMYK Percentages of Color #d08713
Complementary Color
#d08713 | #135cd0 |
#d08713 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d08713 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d08713 Color CSS Codes
.mybgcolor {background-color:#d08713; } .myforecolor {color:#d08713; } .mybordercolor {border:3px solid #d08713; }
#d08713 Text Font Color
<p style="color:#d08713">Text here</p>
This sample text font color is #d08713
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#d08713 Background Color
<div style="background-color:#d08713">
Div content here</div>
This div background color is #d08713
#d08713 Border Color
<div style="border:3px solid #d08713">
Div here</div>
This div border color is #d08713
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,135,19, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d08713; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d08713; -webkit-box-shadow: 1px 1px 3px 2px #d08713; box-shadow: 1px 1px 3px 2px #d08713; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,135,19, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d08713">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d08713; -webkit-box-shadow: 1px 1px 3px 2px #d08713; box-shadow: 1px 1px 3px 2px #d08713;">
Div content here</div>
This div box has shadow with color #d08713
Comments
No comments written yet.
Please login to write comment.