Shades of Chocolate #D26C12
Tints of Chocolate #D26C12
RGB
CMYK
RGB Variations
Color information
#D26C12 (or 0xD26C12) is known color: Chocolate. HEX triplet: D2, 6C and 12. RGB value is (210,108,18). Sum of RGB (Red+Green+Blue) = 210+108+18=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26C12 is #2D93ED. Grayscale: #808080. Windows color (decimal): -2986990 or 1207506. OLE color: 1207506.
HSL color Cylindrical-coordinate representation of color #D26C12: hue angle of 28.12º 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 #D26C12 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 18 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.18 |
| HSL | 28.13º | 0.84% | 0.45% | - |
| HSV(B) | 28.13º | 0.91% | 0.82% | - |
| XYZ | 32.05 | 24.47 | 3.61 | - |
| YUV | 128.24 | 65.79 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 18 | 0 | 0.49 | 0.91 | 0.18 | 28.13 | 0.84 | 0.45 |
| Hex | D2 | 6C | 12 | 0 | 31 | 5B | 12 | 1C | 54 | 2D |
| Octal | 322 | 154 | 22 | 0 | 61 | 133 | 22 | 34 | 124 | 55 |
| Binary | 11010010 | 1101100 | 10010 | 0 | 110001 | 1011011 | 10010 | 11100 | 1010100 | 101101 |
Color Harmonies of #D26C12
Complementary color
Monochromatic Colors of #D26C12
Black with #D26C12
Text Example
Text Example
White with #D26C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C12; }
p { color: rgb(210,108,18); }
H1.HeaderClassName
{
color: #D26C12;
}
.AnyTagClassName
{
color: #D26C12;
}
</style>
background-color css
<style>
a { background-color: #D26C12; }
a { background-color: rgb(210,108,18); }
div.DivClassName
{
background-color: #D26C12;
}
.BgClassName
{
background-color: #D26C12;
}
</style>
border-color css
<style>
span { border-color: #D26C12; }
span { border-color: rgb(210,108,18); }
td.TdClassName
{
border-color: #D26C12;
}
.TagClassName
{
border-color: #D26C12;
}
</style>