Shades of Chocolate #D06412
Tints of Chocolate #D06412
RGB
CMYK
RGB Variations
Color information
#D06412 (or 0xD06412) is known color: Chocolate. HEX triplet: D0, 64 and 12. RGB value is (208,100,18). Sum of RGB (Red+Green+Blue) = 208+100+18=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D06412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06412 is #2F9BED. Grayscale: #7B7B7B. Windows color (decimal): -3120110 or 1205456. OLE color: 1205456.
HSL color Cylindrical-coordinate representation of color #D06412: hue angle of 25.89º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D06412 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 18 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.18 |
| HSL | 25.89º | 0.84% | 0.44% | - |
| HSV(B) | 25.89º | 0.91% | 0.82% | - |
| XYZ | 30.68 | 22.57 | 3.31 | - |
| YUV | 122.94 | 68.78 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 18 | 0 | 0.52 | 0.91 | 0.18 | 25.89 | 0.84 | 0.44 |
| Hex | D0 | 64 | 12 | 0 | 34 | 5B | 12 | 1A | 54 | 2C |
| Octal | 320 | 144 | 22 | 0 | 64 | 133 | 22 | 32 | 124 | 54 |
| Binary | 11010000 | 1100100 | 10010 | 0 | 110100 | 1011011 | 10010 | 11010 | 1010100 | 101100 |
Color Harmonies of #D06412
Complementary color
Monochromatic Colors of #D06412
Black with #D06412
Text Example
Text Example
White with #D06412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06412; }
p { color: rgb(208,100,18); }
H1.HeaderClassName
{
color: #D06412;
}
.AnyTagClassName
{
color: #D06412;
}
</style>
background-color css
<style>
a { background-color: #D06412; }
a { background-color: rgb(208,100,18); }
div.DivClassName
{
background-color: #D06412;
}
.BgClassName
{
background-color: #D06412;
}
</style>
border-color css
<style>
span { border-color: #D06412; }
span { border-color: rgb(208,100,18); }
td.TdClassName
{
border-color: #D06412;
}
.TagClassName
{
border-color: #D06412;
}
</style>