Shades of Chocolate #D06C08
Tints of Chocolate #D06C08
RGB
CMYK
RGB Variations
Color information
#D06C08 (or 0xD06C08) is known color: Chocolate. HEX triplet: D0, 6C and 08. RGB value is (208,108,8). Sum of RGB (Red+Green+Blue) = 208+108+8=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06C08 is #2F93F7. Grayscale: #7F7F7F. Windows color (decimal): -3118072 or 552144. OLE color: 552144.
HSL color Cylindrical-coordinate representation of color #D06C08: hue angle of 30º 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 #D06C08 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 8 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.18 |
| HSL | 30º | 0.93% | 0.42% | - |
| HSV(B) | 30º | 0.96% | 0.82% | - |
| XYZ | 31.42 | 24.15 | 3.24 | - |
| YUV | 126.5 | 61.13 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 8 | 0 | 0.48 | 0.96 | 0.18 | 30 | 0.93 | 0.42 |
| Hex | D0 | 6C | 8 | 0 | 30 | 60 | 12 | 1E | 5D | 2A |
| Octal | 320 | 154 | 10 | 0 | 60 | 140 | 22 | 36 | 135 | 52 |
| Binary | 11010000 | 1101100 | 1000 | 0 | 110000 | 1100000 | 10010 | 11110 | 1011101 | 101010 |
Color Harmonies of #D06C08
Complementary color
Monochromatic Colors of #D06C08
Black with #D06C08
Text Example
Text Example
White with #D06C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06C08; }
p { color: rgb(208,108,8); }
H1.HeaderClassName
{
color: #D06C08;
}
.AnyTagClassName
{
color: #D06C08;
}
</style>
background-color css
<style>
a { background-color: #D06C08; }
a { background-color: rgb(208,108,8); }
div.DivClassName
{
background-color: #D06C08;
}
.BgClassName
{
background-color: #D06C08;
}
</style>
border-color css
<style>
span { border-color: #D06C08; }
span { border-color: rgb(208,108,8); }
td.TdClassName
{
border-color: #D06C08;
}
.TagClassName
{
border-color: #D06C08;
}
</style>