Shades of Chocolate #D26E0C
Tints of Chocolate #D26E0C
RGB
CMYK
RGB Variations
Color information
#D26E0C (or 0xD26E0C) is known color: Chocolate. HEX triplet: D2, 6E and 0C. RGB value is (210,110,12). Sum of RGB (Red+Green+Blue) = 210+110+12=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26E0C is #2D91F3. Grayscale: #818181. Windows color (decimal): -2986484 or 814802. OLE color: 814802.
HSL color Cylindrical-coordinate representation of color #D26E0C: hue angle of 29.7º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D26E0C is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 110 | 12 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.18 |
| HSL | 29.7º | 0.89% | 0.44% | - |
| HSV(B) | 29.7º | 0.94% | 0.82% | - |
| XYZ | 32.22 | 24.88 | 3.45 | - |
| YUV | 128.73 | 62.13 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 12 | 0 | 0.48 | 0.94 | 0.18 | 29.7 | 0.89 | 0.44 |
| Hex | D2 | 6E | C | 0 | 30 | 5E | 12 | 1E | 59 | 2C |
| Octal | 322 | 156 | 14 | 0 | 60 | 136 | 22 | 36 | 131 | 54 |
| Binary | 11010010 | 1101110 | 1100 | 0 | 110000 | 1011110 | 10010 | 11110 | 1011001 | 101100 |
Color Harmonies of #D26E0C
Complementary color
Monochromatic Colors of #D26E0C
Black with #D26E0C
Text Example
Text Example
White with #D26E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26E0C; }
p { color: rgb(210,110,12); }
H1.HeaderClassName
{
color: #D26E0C;
}
.AnyTagClassName
{
color: #D26E0C;
}
</style>
background-color css
<style>
a { background-color: #D26E0C; }
a { background-color: rgb(210,110,12); }
div.DivClassName
{
background-color: #D26E0C;
}
.BgClassName
{
background-color: #D26E0C;
}
</style>
border-color css
<style>
span { border-color: #D26E0C; }
span { border-color: rgb(210,110,12); }
td.TdClassName
{
border-color: #D26E0C;
}
.TagClassName
{
border-color: #D26E0C;
}
</style>