Shades of Chocolate #D06617
Tints of Chocolate #D06617
RGB
CMYK
RGB Variations
Color information
#D06617 (or 0xD06617) is known color: Chocolate. HEX triplet: D0, 66 and 17. RGB value is (208,102,23). Sum of RGB (Red+Green+Blue) = 208+102+23=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D06617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06617 is #2F99E8. Grayscale: #7D7D7D. Windows color (decimal): -3119593 or 1533648. OLE color: 1533648.
HSL color Cylindrical-coordinate representation of color #D06617: hue angle of 25.62º 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 #D06617 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 23 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.18 |
| HSL | 25.62º | 0.8% | 0.45% | - |
| HSV(B) | 25.62º | 0.89% | 0.82% | - |
| XYZ | 30.92 | 22.97 | 3.62 | - |
| YUV | 124.69 | 70.62 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 23 | 0 | 0.51 | 0.89 | 0.18 | 25.62 | 0.8 | 0.45 |
| Hex | D0 | 66 | 17 | 0 | 33 | 59 | 12 | 1A | 50 | 2D |
| Octal | 320 | 146 | 27 | 0 | 63 | 131 | 22 | 32 | 120 | 55 |
| Binary | 11010000 | 1100110 | 10111 | 0 | 110011 | 1011001 | 10010 | 11010 | 1010000 | 101101 |
Color Harmonies of #D06617
Complementary color
Monochromatic Colors of #D06617
Black with #D06617
Text Example
Text Example
White with #D06617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06617; }
p { color: rgb(208,102,23); }
H1.HeaderClassName
{
color: #D06617;
}
.AnyTagClassName
{
color: #D06617;
}
</style>
background-color css
<style>
a { background-color: #D06617; }
a { background-color: rgb(208,102,23); }
div.DivClassName
{
background-color: #D06617;
}
.BgClassName
{
background-color: #D06617;
}
</style>
border-color css
<style>
span { border-color: #D06617; }
span { border-color: rgb(208,102,23); }
td.TdClassName
{
border-color: #D06617;
}
.TagClassName
{
border-color: #D06617;
}
</style>