Shades of Chocolate #D26D16
Tints of Chocolate #D26D16
RGB
CMYK
RGB Variations
Color information
#D26D16 (or 0xD26D16) is known color: Chocolate. HEX triplet: D2, 6D and 16. RGB value is (210,109,22). Sum of RGB (Red+Green+Blue) = 210+109+22=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26D16 is #2D92E9. Grayscale: #818181. Windows color (decimal): -2986730 or 1469906. OLE color: 1469906.
HSL color Cylindrical-coordinate representation of color #D26D16: hue angle of 27.77º 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 #D26D16 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 22 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.18 |
| HSL | 27.77º | 0.81% | 0.45% | - |
| HSV(B) | 27.77º | 0.9% | 0.82% | - |
| XYZ | 32.19 | 24.7 | 3.83 | - |
| YUV | 129.28 | 67.46 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 22 | 0 | 0.48 | 0.90 | 0.18 | 27.77 | 0.81 | 0.45 |
| Hex | D2 | 6D | 16 | 0 | 30 | 5A | 12 | 1C | 51 | 2D |
| Octal | 322 | 155 | 26 | 0 | 60 | 132 | 22 | 34 | 121 | 55 |
| Binary | 11010010 | 1101101 | 10110 | 0 | 110000 | 1011010 | 10010 | 11100 | 1010001 | 101101 |
Color Harmonies of #D26D16
Complementary color
Monochromatic Colors of #D26D16
Black with #D26D16
Text Example
Text Example
White with #D26D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26D16; }
p { color: rgb(210,109,22); }
H1.HeaderClassName
{
color: #D26D16;
}
.AnyTagClassName
{
color: #D26D16;
}
</style>
background-color css
<style>
a { background-color: #D26D16; }
a { background-color: rgb(210,109,22); }
div.DivClassName
{
background-color: #D26D16;
}
.BgClassName
{
background-color: #D26D16;
}
</style>
border-color css
<style>
span { border-color: #D26D16; }
span { border-color: rgb(210,109,22); }
td.TdClassName
{
border-color: #D26D16;
}
.TagClassName
{
border-color: #D26D16;
}
</style>