Shades of Chocolate #D26019
Tints of Chocolate #D26019
RGB
CMYK
RGB Variations
Color information
#D26019 (or 0xD26019) is known color: Chocolate. HEX triplet: D2, 60 and 19. RGB value is (210,96,25). Sum of RGB (Red+Green+Blue) = 210+96+25=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D26019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26019 is #2D9FE6. Grayscale: #7A7A7A. Windows color (decimal): -2990055 or 1663186. OLE color: 1663186.
HSL color Cylindrical-coordinate representation of color #D26019: hue angle of 23.03º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D26019 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 25 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.18 |
| HSL | 23.03º | 0.79% | 0.46% | - |
| HSV(B) | 23.03º | 0.88% | 0.82% | - |
| XYZ | 30.94 | 22.14 | 3.56 | - |
| YUV | 121.99 | 73.27 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 25 | 0 | 0.54 | 0.88 | 0.18 | 23.03 | 0.79 | 0.46 |
| Hex | D2 | 60 | 19 | 0 | 36 | 58 | 12 | 17 | 4F | 2E |
| Octal | 322 | 140 | 31 | 0 | 66 | 130 | 22 | 27 | 117 | 56 |
| Binary | 11010010 | 1100000 | 11001 | 0 | 110110 | 1011000 | 10010 | 10111 | 1001111 | 101110 |
Color Harmonies of #D26019
Complementary color
Monochromatic Colors of #D26019
Black with #D26019
Text Example
Text Example
White with #D26019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26019; }
p { color: rgb(210,96,25); }
H1.HeaderClassName
{
color: #D26019;
}
.AnyTagClassName
{
color: #D26019;
}
</style>
background-color css
<style>
a { background-color: #D26019; }
a { background-color: rgb(210,96,25); }
div.DivClassName
{
background-color: #D26019;
}
.BgClassName
{
background-color: #D26019;
}
</style>
border-color css
<style>
span { border-color: #D26019; }
span { border-color: rgb(210,96,25); }
td.TdClassName
{
border-color: #D26019;
}
.TagClassName
{
border-color: #D26019;
}
</style>