Shades of Chocolate #D66612
Tints of Chocolate #D66612
RGB
CMYK
RGB Variations
Color information
#D66612 (or 0xD66612) is known color: Chocolate. HEX triplet: D6, 66 and 12. RGB value is (214,102,18). Sum of RGB (Red+Green+Blue) = 214+102+18=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D66612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66612 is #2999ED. Grayscale: #7E7E7E. Windows color (decimal): -2726382 or 1205974. OLE color: 1205974.
HSL color Cylindrical-coordinate representation of color #D66612: hue angle of 25.71º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D66612 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 18 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.16 |
| HSL | 25.71º | 0.84% | 0.45% | - |
| HSV(B) | 25.71º | 0.92% | 0.84% | - |
| XYZ | 32.59 | 23.84 | 3.46 | - |
| YUV | 125.91 | 67.11 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 18 | 0 | 0.52 | 0.92 | 0.16 | 25.71 | 0.84 | 0.45 |
| Hex | D6 | 66 | 12 | 0 | 34 | 5C | 10 | 1A | 54 | 2D |
| Octal | 326 | 146 | 22 | 0 | 64 | 134 | 20 | 32 | 124 | 55 |
| Binary | 11010110 | 1100110 | 10010 | 0 | 110100 | 1011100 | 10000 | 11010 | 1010100 | 101101 |
Color Harmonies of #D66612
Complementary color
Monochromatic Colors of #D66612
Black with #D66612
Text Example
Text Example
White with #D66612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66612; }
p { color: rgb(214,102,18); }
H1.HeaderClassName
{
color: #D66612;
}
.AnyTagClassName
{
color: #D66612;
}
</style>
background-color css
<style>
a { background-color: #D66612; }
a { background-color: rgb(214,102,18); }
div.DivClassName
{
background-color: #D66612;
}
.BgClassName
{
background-color: #D66612;
}
</style>
border-color css
<style>
span { border-color: #D66612; }
span { border-color: rgb(214,102,18); }
td.TdClassName
{
border-color: #D66612;
}
.TagClassName
{
border-color: #D66612;
}
</style>