Shades of Chocolate #D25921
Tints of Chocolate #D25921
RGB
CMYK
RGB Variations
Color information
#D25921 (or 0xD25921) is known color: Chocolate. HEX triplet: D2, 59 and 21. RGB value is (210,89,33). Sum of RGB (Red+Green+Blue) = 210+89+33=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D25921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25921 is #2DA6DE. Grayscale: #777777. Windows color (decimal): -2991839 or 2185682. OLE color: 2185682.
HSL color Cylindrical-coordinate representation of color #D25921: hue angle of 18.98º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D25921 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 33 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.18 |
| HSL | 18.98º | 0.73% | 0.48% | - |
| HSV(B) | 18.98º | 0.84% | 0.82% | - |
| XYZ | 30.43 | 20.96 | 3.88 | - |
| YUV | 118.8 | 79.59 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 33 | 0 | 0.58 | 0.84 | 0.18 | 18.98 | 0.73 | 0.48 |
| Hex | D2 | 59 | 21 | 0 | 3A | 54 | 12 | 13 | 49 | 30 |
| Octal | 322 | 131 | 41 | 0 | 72 | 124 | 22 | 23 | 111 | 60 |
| Binary | 11010010 | 1011001 | 100001 | 0 | 111010 | 1010100 | 10010 | 10011 | 1001001 | 110000 |
Color Harmonies of #D25921
Complementary color
Monochromatic Colors of #D25921
Black with #D25921
Text Example
Text Example
White with #D25921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25921; }
p { color: rgb(210,89,33); }
H1.HeaderClassName
{
color: #D25921;
}
.AnyTagClassName
{
color: #D25921;
}
</style>
background-color css
<style>
a { background-color: #D25921; }
a { background-color: rgb(210,89,33); }
div.DivClassName
{
background-color: #D25921;
}
.BgClassName
{
background-color: #D25921;
}
</style>
border-color css
<style>
span { border-color: #D25921; }
span { border-color: rgb(210,89,33); }
td.TdClassName
{
border-color: #D25921;
}
.TagClassName
{
border-color: #D25921;
}
</style>