Shades of Chocolate #D26119
Tints of Chocolate #D26119
RGB
CMYK
RGB Variations
Color information
#D26119 (or 0xD26119) is known color: Chocolate. HEX triplet: D2, 61 and 19. RGB value is (210,97,25). Sum of RGB (Red+Green+Blue) = 210+97+25=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D26119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26119 is #2D9EE6. Grayscale: #7A7A7A. Windows color (decimal): -2989799 or 1663442. OLE color: 1663442.
HSL color Cylindrical-coordinate representation of color #D26119: hue angle of 23.35º 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 #D26119 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 25 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.18 |
| HSL | 23.35º | 0.79% | 0.46% | - |
| HSV(B) | 23.35º | 0.88% | 0.82% | - |
| XYZ | 31.03 | 22.32 | 3.59 | - |
| YUV | 122.58 | 72.94 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 25 | 0 | 0.54 | 0.88 | 0.18 | 23.35 | 0.79 | 0.46 |
| Hex | D2 | 61 | 19 | 0 | 36 | 58 | 12 | 17 | 4F | 2E |
| Octal | 322 | 141 | 31 | 0 | 66 | 130 | 22 | 27 | 117 | 56 |
| Binary | 11010010 | 1100001 | 11001 | 0 | 110110 | 1011000 | 10010 | 10111 | 1001111 | 101110 |
Color Harmonies of #D26119
Complementary color
Monochromatic Colors of #D26119
Black with #D26119
Text Example
Text Example
White with #D26119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26119; }
p { color: rgb(210,97,25); }
H1.HeaderClassName
{
color: #D26119;
}
.AnyTagClassName
{
color: #D26119;
}
</style>
background-color css
<style>
a { background-color: #D26119; }
a { background-color: rgb(210,97,25); }
div.DivClassName
{
background-color: #D26119;
}
.BgClassName
{
background-color: #D26119;
}
</style>
border-color css
<style>
span { border-color: #D26119; }
span { border-color: rgb(210,97,25); }
td.TdClassName
{
border-color: #D26119;
}
.TagClassName
{
border-color: #D26119;
}
</style>