Shades of Chocolate #D26110
Tints of Chocolate #D26110
RGB
CMYK
RGB Variations
Color information
#D26110 (or 0xD26110) is known color: Chocolate. HEX triplet: D2, 61 and 10. RGB value is (210,97,16). Sum of RGB (Red+Green+Blue) = 210+97+16=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D26110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26110 is #2D9EEF. Grayscale: #797979. Windows color (decimal): -2989808 or 1073618. OLE color: 1073618.
HSL color Cylindrical-coordinate representation of color #D26110: hue angle of 25.05º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D26110 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 16 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.18 |
| HSL | 25.05º | 0.86% | 0.44% | - |
| HSV(B) | 25.05º | 0.92% | 0.82% | - |
| XYZ | 30.95 | 22.29 | 3.16 | - |
| YUV | 121.55 | 68.44 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 16 | 0 | 0.54 | 0.92 | 0.18 | 25.05 | 0.86 | 0.44 |
| Hex | D2 | 61 | 10 | 0 | 36 | 5C | 12 | 19 | 56 | 2C |
| Octal | 322 | 141 | 20 | 0 | 66 | 134 | 22 | 31 | 126 | 54 |
| Binary | 11010010 | 1100001 | 10000 | 0 | 110110 | 1011100 | 10010 | 11001 | 1010110 | 101100 |
Color Harmonies of #D26110
Complementary color
Monochromatic Colors of #D26110
Black with #D26110
Text Example
Text Example
White with #D26110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26110; }
p { color: rgb(210,97,16); }
H1.HeaderClassName
{
color: #D26110;
}
.AnyTagClassName
{
color: #D26110;
}
</style>
background-color css
<style>
a { background-color: #D26110; }
a { background-color: rgb(210,97,16); }
div.DivClassName
{
background-color: #D26110;
}
.BgClassName
{
background-color: #D26110;
}
</style>
border-color css
<style>
span { border-color: #D26110; }
span { border-color: rgb(210,97,16); }
td.TdClassName
{
border-color: #D26110;
}
.TagClassName
{
border-color: #D26110;
}
</style>