Shades of Chocolate #D25B21
Tints of Chocolate #D25B21
RGB
CMYK
RGB Variations
Color information
#D25B21 (or 0xD25B21) is known color: Chocolate. HEX triplet: D2, 5B and 21. RGB value is (210,91,33). Sum of RGB (Red+Green+Blue) = 210+91+33=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25B21 is #2DA4DE. Grayscale: #787878. Windows color (decimal): -2991327 or 2186194. OLE color: 2186194.
HSL color Cylindrical-coordinate representation of color #D25B21: hue angle of 19.66º 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 #D25B21 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 33 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.18 |
| HSL | 19.66º | 0.73% | 0.48% | - |
| HSV(B) | 19.66º | 0.84% | 0.82% | - |
| XYZ | 30.59 | 21.29 | 3.94 | - |
| YUV | 119.97 | 78.92 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 33 | 0 | 0.57 | 0.84 | 0.18 | 19.66 | 0.73 | 0.48 |
| Hex | D2 | 5B | 21 | 0 | 39 | 54 | 12 | 14 | 49 | 30 |
| Octal | 322 | 133 | 41 | 0 | 71 | 124 | 22 | 24 | 111 | 60 |
| Binary | 11010010 | 1011011 | 100001 | 0 | 111001 | 1010100 | 10010 | 10100 | 1001001 | 110000 |
Color Harmonies of #D25B21
Complementary color
Monochromatic Colors of #D25B21
Black with #D25B21
Text Example
Text Example
White with #D25B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25B21; }
p { color: rgb(210,91,33); }
H1.HeaderClassName
{
color: #D25B21;
}
.AnyTagClassName
{
color: #D25B21;
}
</style>
background-color css
<style>
a { background-color: #D25B21; }
a { background-color: rgb(210,91,33); }
div.DivClassName
{
background-color: #D25B21;
}
.BgClassName
{
background-color: #D25B21;
}
</style>
border-color css
<style>
span { border-color: #D25B21; }
span { border-color: rgb(210,91,33); }
td.TdClassName
{
border-color: #D25B21;
}
.TagClassName
{
border-color: #D25B21;
}
</style>