Shades of Chocolate #D26E12
Tints of Chocolate #D26E12
RGB
CMYK
RGB Variations
Color information
#D26E12 (or 0xD26E12) is known color: Chocolate. HEX triplet: D2, 6E and 12. RGB value is (210,110,18). Sum of RGB (Red+Green+Blue) = 210+110+18=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26E12 is #2D91ED. Grayscale: #818181. Windows color (decimal): -2986478 or 1208018. OLE color: 1208018.
HSL color Cylindrical-coordinate representation of color #D26E12: hue angle of 28.75º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D26E12 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 110 | 18 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.18 |
| HSL | 28.75º | 0.84% | 0.45% | - |
| HSV(B) | 28.75º | 0.91% | 0.82% | - |
| XYZ | 32.26 | 24.9 | 3.68 | - |
| YUV | 129.41 | 65.13 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 18 | 0 | 0.48 | 0.91 | 0.18 | 28.75 | 0.84 | 0.45 |
| Hex | D2 | 6E | 12 | 0 | 30 | 5B | 12 | 1D | 54 | 2D |
| Octal | 322 | 156 | 22 | 0 | 60 | 133 | 22 | 35 | 124 | 55 |
| Binary | 11010010 | 1101110 | 10010 | 0 | 110000 | 1011011 | 10010 | 11101 | 1010100 | 101101 |
Color Harmonies of #D26E12
Complementary color
Monochromatic Colors of #D26E12
Black with #D26E12
Text Example
Text Example
White with #D26E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26E12; }
p { color: rgb(210,110,18); }
H1.HeaderClassName
{
color: #D26E12;
}
.AnyTagClassName
{
color: #D26E12;
}
</style>
background-color css
<style>
a { background-color: #D26E12; }
a { background-color: rgb(210,110,18); }
div.DivClassName
{
background-color: #D26E12;
}
.BgClassName
{
background-color: #D26E12;
}
</style>
border-color css
<style>
span { border-color: #D26E12; }
span { border-color: rgb(210,110,18); }
td.TdClassName
{
border-color: #D26E12;
}
.TagClassName
{
border-color: #D26E12;
}
</style>