Shades of Chocolate #D66812
Tints of Chocolate #D66812
RGB
CMYK
RGB Variations
Color information
#D66812 (or 0xD66812) is known color: Chocolate. HEX triplet: D6, 68 and 12. RGB value is (214,104,18). Sum of RGB (Red+Green+Blue) = 214+104+18=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D66812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66812 is #2997ED. Grayscale: #7F7F7F. Windows color (decimal): -2725870 or 1206486. OLE color: 1206486.
HSL color Cylindrical-coordinate representation of color #D66812: hue angle of 26.33º 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 #D66812 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 18 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.16 |
| HSL | 26.33º | 0.84% | 0.45% | - |
| HSV(B) | 26.33º | 0.92% | 0.84% | - |
| XYZ | 32.79 | 24.24 | 3.52 | - |
| YUV | 127.09 | 66.44 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 18 | 0 | 0.51 | 0.92 | 0.16 | 26.33 | 0.84 | 0.45 |
| Hex | D6 | 68 | 12 | 0 | 33 | 5C | 10 | 1A | 54 | 2D |
| Octal | 326 | 150 | 22 | 0 | 63 | 134 | 20 | 32 | 124 | 55 |
| Binary | 11010110 | 1101000 | 10010 | 0 | 110011 | 1011100 | 10000 | 11010 | 1010100 | 101101 |
Color Harmonies of #D66812
Complementary color
Monochromatic Colors of #D66812
Black with #D66812
Text Example
Text Example
White with #D66812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66812; }
p { color: rgb(214,104,18); }
H1.HeaderClassName
{
color: #D66812;
}
.AnyTagClassName
{
color: #D66812;
}
</style>
background-color css
<style>
a { background-color: #D66812; }
a { background-color: rgb(214,104,18); }
div.DivClassName
{
background-color: #D66812;
}
.BgClassName
{
background-color: #D66812;
}
</style>
border-color css
<style>
span { border-color: #D66812; }
span { border-color: rgb(214,104,18); }
td.TdClassName
{
border-color: #D66812;
}
.TagClassName
{
border-color: #D66812;
}
</style>