Shades of Chocolate #D06F13
Tints of Chocolate #D06F13
RGB
CMYK
RGB Variations
Color information
#D06F13 (or 0xD06F13) is known color: Chocolate. HEX triplet: D0, 6F and 13. RGB value is (208,111,19). Sum of RGB (Red+Green+Blue) = 208+111+19=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06F13 is #2F90EC. Grayscale: #818181. Windows color (decimal): -3117293 or 1273808. OLE color: 1273808.
HSL color Cylindrical-coordinate representation of color #D06F13: hue angle of 29.21º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D06F13 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 19 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.18 |
| HSL | 29.21º | 0.83% | 0.45% | - |
| HSV(B) | 29.21º | 0.91% | 0.82% | - |
| XYZ | 31.81 | 24.83 | 3.73 | - |
| YUV | 129.52 | 65.64 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 19 | 0 | 0.47 | 0.91 | 0.18 | 29.21 | 0.83 | 0.45 |
| Hex | D0 | 6F | 13 | 0 | 2F | 5B | 12 | 1D | 53 | 2D |
| Octal | 320 | 157 | 23 | 0 | 57 | 133 | 22 | 35 | 123 | 55 |
| Binary | 11010000 | 1101111 | 10011 | 0 | 101111 | 1011011 | 10010 | 11101 | 1010011 | 101101 |
Color Harmonies of #D06F13
Complementary color
Monochromatic Colors of #D06F13
Black with #D06F13
Text Example
Text Example
White with #D06F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F13; }
p { color: rgb(208,111,19); }
H1.HeaderClassName
{
color: #D06F13;
}
.AnyTagClassName
{
color: #D06F13;
}
</style>
background-color css
<style>
a { background-color: #D06F13; }
a { background-color: rgb(208,111,19); }
div.DivClassName
{
background-color: #D06F13;
}
.BgClassName
{
background-color: #D06F13;
}
</style>
border-color css
<style>
span { border-color: #D06F13; }
span { border-color: rgb(208,111,19); }
td.TdClassName
{
border-color: #D06F13;
}
.TagClassName
{
border-color: #D06F13;
}
</style>