Shades of Chocolate #D26916
Tints of Chocolate #D26916
RGB
CMYK
RGB Variations
Color information
#D26916 (or 0xD26916) is known color: Chocolate. HEX triplet: D2, 69 and 16. RGB value is (210,105,22). Sum of RGB (Red+Green+Blue) = 210+105+22=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D26916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26916 is #2D96E9. Grayscale: #7F7F7F. Windows color (decimal): -2987754 or 1468882. OLE color: 1468882.
HSL color Cylindrical-coordinate representation of color #D26916: hue angle of 26.49º 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 #D26916 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 22 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.18 |
| HSL | 26.49º | 0.81% | 0.45% | - |
| HSV(B) | 26.49º | 0.9% | 0.82% | - |
| XYZ | 31.77 | 23.86 | 3.69 | - |
| YUV | 126.93 | 68.79 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 22 | 0 | 0.50 | 0.90 | 0.18 | 26.49 | 0.81 | 0.45 |
| Hex | D2 | 69 | 16 | 0 | 32 | 5A | 12 | 1A | 51 | 2D |
| Octal | 322 | 151 | 26 | 0 | 62 | 132 | 22 | 32 | 121 | 55 |
| Binary | 11010010 | 1101001 | 10110 | 0 | 110010 | 1011010 | 10010 | 11010 | 1010001 | 101101 |
Color Harmonies of #D26916
Complementary color
Monochromatic Colors of #D26916
Black with #D26916
Text Example
Text Example
White with #D26916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26916; }
p { color: rgb(210,105,22); }
H1.HeaderClassName
{
color: #D26916;
}
.AnyTagClassName
{
color: #D26916;
}
</style>
background-color css
<style>
a { background-color: #D26916; }
a { background-color: rgb(210,105,22); }
div.DivClassName
{
background-color: #D26916;
}
.BgClassName
{
background-color: #D26916;
}
</style>
border-color css
<style>
span { border-color: #D26916; }
span { border-color: rgb(210,105,22); }
td.TdClassName
{
border-color: #D26916;
}
.TagClassName
{
border-color: #D26916;
}
</style>