Shades of Chocolate #D26C16
Tints of Chocolate #D26C16
RGB
CMYK
RGB Variations
Color information
#D26C16 (or 0xD26C16) is known color: Chocolate. HEX triplet: D2, 6C and 16. RGB value is (210,108,22). Sum of RGB (Red+Green+Blue) = 210+108+22=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26C16 is #2D93E9. Grayscale: #818181. Windows color (decimal): -2986986 or 1469650. OLE color: 1469650.
HSL color Cylindrical-coordinate representation of color #D26C16: hue angle of 27.45º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D26C16 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 22 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.18 |
| HSL | 27.45º | 0.81% | 0.45% | - |
| HSV(B) | 27.45º | 0.9% | 0.82% | - |
| XYZ | 32.09 | 24.48 | 3.79 | - |
| YUV | 128.69 | 67.79 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 22 | 0 | 0.49 | 0.90 | 0.18 | 27.45 | 0.81 | 0.45 |
| Hex | D2 | 6C | 16 | 0 | 31 | 5A | 12 | 1B | 51 | 2D |
| Octal | 322 | 154 | 26 | 0 | 61 | 132 | 22 | 33 | 121 | 55 |
| Binary | 11010010 | 1101100 | 10110 | 0 | 110001 | 1011010 | 10010 | 11011 | 1010001 | 101101 |
Color Harmonies of #D26C16
Complementary color
Monochromatic Colors of #D26C16
Black with #D26C16
Text Example
Text Example
White with #D26C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C16; }
p { color: rgb(210,108,22); }
H1.HeaderClassName
{
color: #D26C16;
}
.AnyTagClassName
{
color: #D26C16;
}
</style>
background-color css
<style>
a { background-color: #D26C16; }
a { background-color: rgb(210,108,22); }
div.DivClassName
{
background-color: #D26C16;
}
.BgClassName
{
background-color: #D26C16;
}
</style>
border-color css
<style>
span { border-color: #D26C16; }
span { border-color: rgb(210,108,22); }
td.TdClassName
{
border-color: #D26C16;
}
.TagClassName
{
border-color: #D26C16;
}
</style>