Shades of Chocolate #D26A16
Tints of Chocolate #D26A16
RGB
CMYK
RGB Variations
Color information
#D26A16 (or 0xD26A16) is known color: Chocolate. HEX triplet: D2, 6A and 16. RGB value is (210,106,22). Sum of RGB (Red+Green+Blue) = 210+106+22=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26A16 is #2D95E9. Grayscale: #7F7F7F. Windows color (decimal): -2987498 or 1469138. OLE color: 1469138.
HSL color Cylindrical-coordinate representation of color #D26A16: hue angle of 26.81º 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 #D26A16 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 22 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.18 |
| HSL | 26.81º | 0.81% | 0.45% | - |
| HSV(B) | 26.81º | 0.9% | 0.82% | - |
| XYZ | 31.88 | 24.07 | 3.72 | - |
| YUV | 127.52 | 68.46 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 22 | 0 | 0.50 | 0.90 | 0.18 | 26.81 | 0.81 | 0.45 |
| Hex | D2 | 6A | 16 | 0 | 32 | 5A | 12 | 1B | 51 | 2D |
| Octal | 322 | 152 | 26 | 0 | 62 | 132 | 22 | 33 | 121 | 55 |
| Binary | 11010010 | 1101010 | 10110 | 0 | 110010 | 1011010 | 10010 | 11011 | 1010001 | 101101 |
Color Harmonies of #D26A16
Complementary color
Monochromatic Colors of #D26A16
Black with #D26A16
Text Example
Text Example
White with #D26A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A16; }
p { color: rgb(210,106,22); }
H1.HeaderClassName
{
color: #D26A16;
}
.AnyTagClassName
{
color: #D26A16;
}
</style>
background-color css
<style>
a { background-color: #D26A16; }
a { background-color: rgb(210,106,22); }
div.DivClassName
{
background-color: #D26A16;
}
.BgClassName
{
background-color: #D26A16;
}
</style>
border-color css
<style>
span { border-color: #D26A16; }
span { border-color: rgb(210,106,22); }
td.TdClassName
{
border-color: #D26A16;
}
.TagClassName
{
border-color: #D26A16;
}
</style>