Shades of Chocolate #D26F16
Tints of Chocolate #D26F16
RGB
CMYK
RGB Variations
Color information
#D26F16 (or 0xD26F16) is known color: Chocolate. HEX triplet: D2, 6F and 16. RGB value is (210,111,22). Sum of RGB (Red+Green+Blue) = 210+111+22=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26F16 is #2D90E9. Grayscale: #828282. Windows color (decimal): -2986218 or 1470418. OLE color: 1470418.
HSL color Cylindrical-coordinate representation of color #D26F16: hue angle of 28.4º 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 #D26F16 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 22 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.18 |
| HSL | 28.4º | 0.81% | 0.45% | - |
| HSV(B) | 28.4º | 0.9% | 0.82% | - |
| XYZ | 32.41 | 25.13 | 3.9 | - |
| YUV | 130.46 | 66.8 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 22 | 0 | 0.47 | 0.90 | 0.18 | 28.4 | 0.81 | 0.45 |
| Hex | D2 | 6F | 16 | 0 | 2F | 5A | 12 | 1C | 51 | 2D |
| Octal | 322 | 157 | 26 | 0 | 57 | 132 | 22 | 34 | 121 | 55 |
| Binary | 11010010 | 1101111 | 10110 | 0 | 101111 | 1011010 | 10010 | 11100 | 1010001 | 101101 |
Color Harmonies of #D26F16
Complementary color
Monochromatic Colors of #D26F16
Black with #D26F16
Text Example
Text Example
White with #D26F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26F16; }
p { color: rgb(210,111,22); }
H1.HeaderClassName
{
color: #D26F16;
}
.AnyTagClassName
{
color: #D26F16;
}
</style>
background-color css
<style>
a { background-color: #D26F16; }
a { background-color: rgb(210,111,22); }
div.DivClassName
{
background-color: #D26F16;
}
.BgClassName
{
background-color: #D26F16;
}
</style>
border-color css
<style>
span { border-color: #D26F16; }
span { border-color: rgb(210,111,22); }
td.TdClassName
{
border-color: #D26F16;
}
.TagClassName
{
border-color: #D26F16;
}
</style>