Shades of Chocolate #D06F17
Tints of Chocolate #D06F17
RGB
CMYK
RGB Variations
Color information
#D06F17 (or 0xD06F17) is known color: Chocolate. HEX triplet: D0, 6F and 17. RGB value is (208,111,23). Sum of RGB (Red+Green+Blue) = 208+111+23=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06F17 is #2F90E8. Grayscale: #828282. Windows color (decimal): -3117289 or 1535952. OLE color: 1535952.
HSL color Cylindrical-coordinate representation of color #D06F17: hue angle of 28.54º 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 #D06F17 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 23 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.18 |
| HSL | 28.54º | 0.8% | 0.45% | - |
| HSV(B) | 28.54º | 0.89% | 0.82% | - |
| XYZ | 31.85 | 24.84 | 3.93 | - |
| YUV | 129.97 | 67.64 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 23 | 0 | 0.47 | 0.89 | 0.18 | 28.54 | 0.8 | 0.45 |
| Hex | D0 | 6F | 17 | 0 | 2F | 59 | 12 | 1D | 50 | 2D |
| Octal | 320 | 157 | 27 | 0 | 57 | 131 | 22 | 35 | 120 | 55 |
| Binary | 11010000 | 1101111 | 10111 | 0 | 101111 | 1011001 | 10010 | 11101 | 1010000 | 101101 |
Color Harmonies of #D06F17
Complementary color
Monochromatic Colors of #D06F17
Black with #D06F17
Text Example
Text Example
White with #D06F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F17; }
p { color: rgb(208,111,23); }
H1.HeaderClassName
{
color: #D06F17;
}
.AnyTagClassName
{
color: #D06F17;
}
</style>
background-color css
<style>
a { background-color: #D06F17; }
a { background-color: rgb(208,111,23); }
div.DivClassName
{
background-color: #D06F17;
}
.BgClassName
{
background-color: #D06F17;
}
</style>
border-color css
<style>
span { border-color: #D06F17; }
span { border-color: rgb(208,111,23); }
td.TdClassName
{
border-color: #D06F17;
}
.TagClassName
{
border-color: #D06F17;
}
</style>