Shades of Chocolate #D06F08
Tints of Chocolate #D06F08
RGB
CMYK
RGB Variations
Color information
#D06F08 (or 0xD06F08) is known color: Chocolate. HEX triplet: D0, 6F and 08. RGB value is (208,111,8). Sum of RGB (Red+Green+Blue) = 208+111+8=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06F08 is #2F90F7. Grayscale: #808080. Windows color (decimal): -3117304 or 552912. OLE color: 552912.
HSL color Cylindrical-coordinate representation of color #D06F08: hue angle of 30.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D06F08 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 8 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.18 |
| HSL | 30.9º | 0.93% | 0.42% | - |
| HSV(B) | 30.9º | 0.96% | 0.82% | - |
| XYZ | 31.74 | 24.8 | 3.34 | - |
| YUV | 128.26 | 60.14 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 8 | 0 | 0.47 | 0.96 | 0.18 | 30.9 | 0.93 | 0.42 |
| Hex | D0 | 6F | 8 | 0 | 2F | 60 | 12 | 1F | 5D | 2A |
| Octal | 320 | 157 | 10 | 0 | 57 | 140 | 22 | 37 | 135 | 52 |
| Binary | 11010000 | 1101111 | 1000 | 0 | 101111 | 1100000 | 10010 | 11111 | 1011101 | 101010 |
Color Harmonies of #D06F08
Complementary color
Monochromatic Colors of #D06F08
Black with #D06F08
Text Example
Text Example
White with #D06F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F08; }
p { color: rgb(208,111,8); }
H1.HeaderClassName
{
color: #D06F08;
}
.AnyTagClassName
{
color: #D06F08;
}
</style>
background-color css
<style>
a { background-color: #D06F08; }
a { background-color: rgb(208,111,8); }
div.DivClassName
{
background-color: #D06F08;
}
.BgClassName
{
background-color: #D06F08;
}
</style>
border-color css
<style>
span { border-color: #D06F08; }
span { border-color: rgb(208,111,8); }
td.TdClassName
{
border-color: #D06F08;
}
.TagClassName
{
border-color: #D06F08;
}
</style>