Shades of Chocolate #D06917
Tints of Chocolate #D06917
RGB
CMYK
RGB Variations
Color information
#D06917 (or 0xD06917) is known color: Chocolate. HEX triplet: D0, 69 and 17. RGB value is (208,105,23). Sum of RGB (Red+Green+Blue) = 208+105+23=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D06917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06917 is #2F96E8. Grayscale: #7E7E7E. Windows color (decimal): -3118825 or 1534416. OLE color: 1534416.
HSL color Cylindrical-coordinate representation of color #D06917: hue angle of 26.59º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D06917 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 23 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.18 |
| HSL | 26.59º | 0.8% | 0.45% | - |
| HSV(B) | 26.59º | 0.89% | 0.82% | - |
| XYZ | 31.22 | 23.57 | 3.72 | - |
| YUV | 126.45 | 69.62 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 23 | 0 | 0.50 | 0.89 | 0.18 | 26.59 | 0.8 | 0.45 |
| Hex | D0 | 69 | 17 | 0 | 32 | 59 | 12 | 1B | 50 | 2D |
| Octal | 320 | 151 | 27 | 0 | 62 | 131 | 22 | 33 | 120 | 55 |
| Binary | 11010000 | 1101001 | 10111 | 0 | 110010 | 1011001 | 10010 | 11011 | 1010000 | 101101 |
Color Harmonies of #D06917
Complementary color
Monochromatic Colors of #D06917
Black with #D06917
Text Example
Text Example
White with #D06917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06917; }
p { color: rgb(208,105,23); }
H1.HeaderClassName
{
color: #D06917;
}
.AnyTagClassName
{
color: #D06917;
}
</style>
background-color css
<style>
a { background-color: #D06917; }
a { background-color: rgb(208,105,23); }
div.DivClassName
{
background-color: #D06917;
}
.BgClassName
{
background-color: #D06917;
}
</style>
border-color css
<style>
span { border-color: #D06917; }
span { border-color: rgb(208,105,23); }
td.TdClassName
{
border-color: #D06917;
}
.TagClassName
{
border-color: #D06917;
}
</style>