Shades of Chocolate #D26C0E
Tints of Chocolate #D26C0E
RGB
CMYK
RGB Variations
Color information
#D26C0E (or 0xD26C0E) is known color: Chocolate. HEX triplet: D2, 6C and 0E. RGB value is (210,108,14). Sum of RGB (Red+Green+Blue) = 210+108+14=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26C0E is #2D93F1. Grayscale: #808080. Windows color (decimal): -2986994 or 945362. OLE color: 945362.
HSL color Cylindrical-coordinate representation of color #D26C0E: hue angle of 28.78º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D26C0E is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 14 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.18 |
| HSL | 28.78º | 0.88% | 0.44% | - |
| HSV(B) | 28.78º | 0.93% | 0.82% | - |
| XYZ | 32.02 | 24.46 | 3.45 | - |
| YUV | 127.78 | 63.79 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 14 | 0 | 0.49 | 0.93 | 0.18 | 28.78 | 0.88 | 0.44 |
| Hex | D2 | 6C | E | 0 | 31 | 5D | 12 | 1D | 58 | 2C |
| Octal | 322 | 154 | 16 | 0 | 61 | 135 | 22 | 35 | 130 | 54 |
| Binary | 11010010 | 1101100 | 1110 | 0 | 110001 | 1011101 | 10010 | 11101 | 1011000 | 101100 |
Color Harmonies of #D26C0E
Complementary color
Monochromatic Colors of #D26C0E
Black with #D26C0E
Text Example
Text Example
White with #D26C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C0E; }
p { color: rgb(210,108,14); }
H1.HeaderClassName
{
color: #D26C0E;
}
.AnyTagClassName
{
color: #D26C0E;
}
</style>
background-color css
<style>
a { background-color: #D26C0E; }
a { background-color: rgb(210,108,14); }
div.DivClassName
{
background-color: #D26C0E;
}
.BgClassName
{
background-color: #D26C0E;
}
</style>
border-color css
<style>
span { border-color: #D26C0E; }
span { border-color: rgb(210,108,14); }
td.TdClassName
{
border-color: #D26C0E;
}
.TagClassName
{
border-color: #D26C0E;
}
</style>