Shades of Chocolate #D26416
Tints of Chocolate #D26416
RGB
CMYK
RGB Variations
Color information
#D26416 (or 0xD26416) is known color: Chocolate. HEX triplet: D2, 64 and 16. RGB value is (210,100,22). Sum of RGB (Red+Green+Blue) = 210+100+22=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D26416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26416 is #2D9BE9. Grayscale: #7C7C7C. Windows color (decimal): -2989034 or 1467602. OLE color: 1467602.
HSL color Cylindrical-coordinate representation of color #D26416: hue angle of 24.89º 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 #D26416 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 100 | 22 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.18 |
| HSL | 24.89º | 0.81% | 0.45% | - |
| HSV(B) | 24.89º | 0.9% | 0.82% | - |
| XYZ | 31.28 | 22.87 | 3.53 | - |
| YUV | 124 | 70.44 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 22 | 0 | 0.52 | 0.90 | 0.18 | 24.89 | 0.81 | 0.45 |
| Hex | D2 | 64 | 16 | 0 | 34 | 5A | 12 | 19 | 51 | 2D |
| Octal | 322 | 144 | 26 | 0 | 64 | 132 | 22 | 31 | 121 | 55 |
| Binary | 11010010 | 1100100 | 10110 | 0 | 110100 | 1011010 | 10010 | 11001 | 1010001 | 101101 |
Color Harmonies of #D26416
Complementary color
Monochromatic Colors of #D26416
Black with #D26416
Text Example
Text Example
White with #D26416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26416; }
p { color: rgb(210,100,22); }
H1.HeaderClassName
{
color: #D26416;
}
.AnyTagClassName
{
color: #D26416;
}
</style>
background-color css
<style>
a { background-color: #D26416; }
a { background-color: rgb(210,100,22); }
div.DivClassName
{
background-color: #D26416;
}
.BgClassName
{
background-color: #D26416;
}
</style>
border-color css
<style>
span { border-color: #D26416; }
span { border-color: rgb(210,100,22); }
td.TdClassName
{
border-color: #D26416;
}
.TagClassName
{
border-color: #D26416;
}
</style>