Shades of Chocolate #D06612
Tints of Chocolate #D06612
RGB
CMYK
RGB Variations
Color information
#D06612 (or 0xD06612) is known color: Chocolate. HEX triplet: D0, 66 and 12. RGB value is (208,102,18). Sum of RGB (Red+Green+Blue) = 208+102+18=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D06612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06612 is #2F99ED. Grayscale: #7C7C7C. Windows color (decimal): -3119598 or 1205968. OLE color: 1205968.
HSL color Cylindrical-coordinate representation of color #D06612: hue angle of 26.53º 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 #D06612 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 18 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.18 |
| HSL | 26.53º | 0.84% | 0.44% | - |
| HSV(B) | 26.53º | 0.91% | 0.82% | - |
| XYZ | 30.87 | 22.96 | 3.38 | - |
| YUV | 124.12 | 68.12 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 18 | 0 | 0.51 | 0.91 | 0.18 | 26.53 | 0.84 | 0.44 |
| Hex | D0 | 66 | 12 | 0 | 33 | 5B | 12 | 1B | 54 | 2C |
| Octal | 320 | 146 | 22 | 0 | 63 | 133 | 22 | 33 | 124 | 54 |
| Binary | 11010000 | 1100110 | 10010 | 0 | 110011 | 1011011 | 10010 | 11011 | 1010100 | 101100 |
Color Harmonies of #D06612
Complementary color
Monochromatic Colors of #D06612
Black with #D06612
Text Example
Text Example
White with #D06612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06612; }
p { color: rgb(208,102,18); }
H1.HeaderClassName
{
color: #D06612;
}
.AnyTagClassName
{
color: #D06612;
}
</style>
background-color css
<style>
a { background-color: #D06612; }
a { background-color: rgb(208,102,18); }
div.DivClassName
{
background-color: #D06612;
}
.BgClassName
{
background-color: #D06612;
}
</style>
border-color css
<style>
span { border-color: #D06612; }
span { border-color: rgb(208,102,18); }
td.TdClassName
{
border-color: #D06612;
}
.TagClassName
{
border-color: #D06612;
}
</style>