Shades of Chocolate #D06D0E
Tints of Chocolate #D06D0E
RGB
CMYK
RGB Variations
Color information
#D06D0E (or 0xD06D0E) is known color: Chocolate. HEX triplet: D0, 6D and 0E. RGB value is (208,109,14). Sum of RGB (Red+Green+Blue) = 208+109+14=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06D0E is #2F92F1. Grayscale: #808080. Windows color (decimal): -3117810 or 945616. OLE color: 945616.
HSL color Cylindrical-coordinate representation of color #D06D0E: hue angle of 29.38º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D06D0E is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 14 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.18 |
| HSL | 29.38º | 0.87% | 0.44% | - |
| HSV(B) | 29.38º | 0.93% | 0.82% | - |
| XYZ | 31.56 | 24.38 | 3.46 | - |
| YUV | 127.77 | 63.8 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 14 | 0 | 0.48 | 0.93 | 0.18 | 29.38 | 0.87 | 0.44 |
| Hex | D0 | 6D | E | 0 | 30 | 5D | 12 | 1D | 57 | 2C |
| Octal | 320 | 155 | 16 | 0 | 60 | 135 | 22 | 35 | 127 | 54 |
| Binary | 11010000 | 1101101 | 1110 | 0 | 110000 | 1011101 | 10010 | 11101 | 1010111 | 101100 |
Color Harmonies of #D06D0E
Complementary color
Monochromatic Colors of #D06D0E
Black with #D06D0E
Text Example
Text Example
White with #D06D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D0E; }
p { color: rgb(208,109,14); }
H1.HeaderClassName
{
color: #D06D0E;
}
.AnyTagClassName
{
color: #D06D0E;
}
</style>
background-color css
<style>
a { background-color: #D06D0E; }
a { background-color: rgb(208,109,14); }
div.DivClassName
{
background-color: #D06D0E;
}
.BgClassName
{
background-color: #D06D0E;
}
</style>
border-color css
<style>
span { border-color: #D06D0E; }
span { border-color: rgb(208,109,14); }
td.TdClassName
{
border-color: #D06D0E;
}
.TagClassName
{
border-color: #D06D0E;
}
</style>