Shades of Chocolate #D06F0E
Tints of Chocolate #D06F0E
RGB
CMYK
RGB Variations
Color information
#D06F0E (or 0xD06F0E) is known color: Chocolate. HEX triplet: D0, 6F and 0E. RGB value is (208,111,14). Sum of RGB (Red+Green+Blue) = 208+111+14=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06F0E is #2F90F1. Grayscale: #818181. Windows color (decimal): -3117298 or 946128. OLE color: 946128.
HSL color Cylindrical-coordinate representation of color #D06F0E: hue angle of 30º 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 #D06F0E is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 14 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.18 |
| HSL | 30º | 0.87% | 0.44% | - |
| HSV(B) | 30º | 0.93% | 0.82% | - |
| XYZ | 31.78 | 24.81 | 3.53 | - |
| YUV | 128.95 | 63.14 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 14 | 0 | 0.47 | 0.93 | 0.18 | 30 | 0.87 | 0.44 |
| Hex | D0 | 6F | E | 0 | 2F | 5D | 12 | 1E | 57 | 2C |
| Octal | 320 | 157 | 16 | 0 | 57 | 135 | 22 | 36 | 127 | 54 |
| Binary | 11010000 | 1101111 | 1110 | 0 | 101111 | 1011101 | 10010 | 11110 | 1010111 | 101100 |
Color Harmonies of #D06F0E
Complementary color
Monochromatic Colors of #D06F0E
Black with #D06F0E
Text Example
Text Example
White with #D06F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F0E; }
p { color: rgb(208,111,14); }
H1.HeaderClassName
{
color: #D06F0E;
}
.AnyTagClassName
{
color: #D06F0E;
}
</style>
background-color css
<style>
a { background-color: #D06F0E; }
a { background-color: rgb(208,111,14); }
div.DivClassName
{
background-color: #D06F0E;
}
.BgClassName
{
background-color: #D06F0E;
}
</style>
border-color css
<style>
span { border-color: #D06F0E; }
span { border-color: rgb(208,111,14); }
td.TdClassName
{
border-color: #D06F0E;
}
.TagClassName
{
border-color: #D06F0E;
}
</style>