Shades of Chocolate #D26017
Tints of Chocolate #D26017
RGB
CMYK
RGB Variations
Color information
#D26017 (or 0xD26017) is known color: Chocolate. HEX triplet: D2, 60 and 17. RGB value is (210,96,23). Sum of RGB (Red+Green+Blue) = 210+96+23=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D26017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26017 is #2D9FE8. Grayscale: #7A7A7A. Windows color (decimal): -2990057 or 1532114. OLE color: 1532114.
HSL color Cylindrical-coordinate representation of color #D26017: hue angle of 23.42º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D26017 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 23 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.18 |
| HSL | 23.42º | 0.8% | 0.46% | - |
| HSV(B) | 23.42º | 0.89% | 0.82% | - |
| XYZ | 30.92 | 22.13 | 3.45 | - |
| YUV | 121.76 | 72.27 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 23 | 0 | 0.54 | 0.89 | 0.18 | 23.42 | 0.8 | 0.46 |
| Hex | D2 | 60 | 17 | 0 | 36 | 59 | 12 | 17 | 50 | 2E |
| Octal | 322 | 140 | 27 | 0 | 66 | 131 | 22 | 27 | 120 | 56 |
| Binary | 11010010 | 1100000 | 10111 | 0 | 110110 | 1011001 | 10010 | 10111 | 1010000 | 101110 |
Color Harmonies of #D26017
Complementary color
Monochromatic Colors of #D26017
Black with #D26017
Text Example
Text Example
White with #D26017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26017; }
p { color: rgb(210,96,23); }
H1.HeaderClassName
{
color: #D26017;
}
.AnyTagClassName
{
color: #D26017;
}
</style>
background-color css
<style>
a { background-color: #D26017; }
a { background-color: rgb(210,96,23); }
div.DivClassName
{
background-color: #D26017;
}
.BgClassName
{
background-color: #D26017;
}
</style>
border-color css
<style>
span { border-color: #D26017; }
span { border-color: rgb(210,96,23); }
td.TdClassName
{
border-color: #D26017;
}
.TagClassName
{
border-color: #D26017;
}
</style>