Shades of Chocolate #D06F14
Tints of Chocolate #D06F14
RGB
CMYK
RGB Variations
Color information
#D06F14 (or 0xD06F14) is known color: Chocolate. HEX triplet: D0, 6F and 14. RGB value is (208,111,20). Sum of RGB (Red+Green+Blue) = 208+111+20=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06F14 is #2F90EB. Grayscale: #828282. Windows color (decimal): -3117292 or 1339344. OLE color: 1339344.
HSL color Cylindrical-coordinate representation of color #D06F14: hue angle of 29.04º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D06F14 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 20 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.18 |
| HSL | 29.04º | 0.82% | 0.45% | - |
| HSV(B) | 29.04º | 0.9% | 0.82% | - |
| XYZ | 31.82 | 24.83 | 3.78 | - |
| YUV | 129.63 | 66.14 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 20 | 0 | 0.47 | 0.90 | 0.18 | 29.04 | 0.82 | 0.45 |
| Hex | D0 | 6F | 14 | 0 | 2F | 5A | 12 | 1D | 52 | 2D |
| Octal | 320 | 157 | 24 | 0 | 57 | 132 | 22 | 35 | 122 | 55 |
| Binary | 11010000 | 1101111 | 10100 | 0 | 101111 | 1011010 | 10010 | 11101 | 1010010 | 101101 |
Color Harmonies of #D06F14
Complementary color
Monochromatic Colors of #D06F14
Black with #D06F14
Text Example
Text Example
White with #D06F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F14; }
p { color: rgb(208,111,20); }
H1.HeaderClassName
{
color: #D06F14;
}
.AnyTagClassName
{
color: #D06F14;
}
</style>
background-color css
<style>
a { background-color: #D06F14; }
a { background-color: rgb(208,111,20); }
div.DivClassName
{
background-color: #D06F14;
}
.BgClassName
{
background-color: #D06F14;
}
</style>
border-color css
<style>
span { border-color: #D06F14; }
span { border-color: rgb(208,111,20); }
td.TdClassName
{
border-color: #D06F14;
}
.TagClassName
{
border-color: #D06F14;
}
</style>