Shades of Chocolate #D06817
Tints of Chocolate #D06817
RGB
CMYK
RGB Variations
Color information
#D06817 (or 0xD06817) is known color: Chocolate. HEX triplet: D0, 68 and 17. RGB value is (208,104,23). Sum of RGB (Red+Green+Blue) = 208+104+23=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D06817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06817 is #2F97E8. Grayscale: #7E7E7E. Windows color (decimal): -3119081 or 1534160. OLE color: 1534160.
HSL color Cylindrical-coordinate representation of color #D06817: hue angle of 26.27º 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 #D06817 is Cyan = 0, Magento = 0.5, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 23 | - |
| CMYK | 0 | 0.5 | 0.89 | 0.18 |
| HSL | 26.27º | 0.8% | 0.45% | - |
| HSV(B) | 26.27º | 0.89% | 0.82% | - |
| XYZ | 31.12 | 23.37 | 3.68 | - |
| YUV | 125.86 | 69.96 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 23 | 0 | 0.5 | 0.89 | 0.18 | 26.27 | 0.8 | 0.45 |
| Hex | D0 | 68 | 17 | 0 | 32 | 59 | 12 | 1A | 50 | 2D |
| Octal | 320 | 150 | 27 | 0 | 62 | 131 | 22 | 32 | 120 | 55 |
| Binary | 11010000 | 1101000 | 10111 | 0 | 110010 | 1011001 | 10010 | 11010 | 1010000 | 101101 |
Color Harmonies of #D06817
Complementary color
Monochromatic Colors of #D06817
Black with #D06817
Text Example
Text Example
White with #D06817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06817; }
p { color: rgb(208,104,23); }
H1.HeaderClassName
{
color: #D06817;
}
.AnyTagClassName
{
color: #D06817;
}
</style>
background-color css
<style>
a { background-color: #D06817; }
a { background-color: rgb(208,104,23); }
div.DivClassName
{
background-color: #D06817;
}
.BgClassName
{
background-color: #D06817;
}
</style>
border-color css
<style>
span { border-color: #D06817; }
span { border-color: rgb(208,104,23); }
td.TdClassName
{
border-color: #D06817;
}
.TagClassName
{
border-color: #D06817;
}
</style>