Shades of Chocolate #D25C21
Tints of Chocolate #D25C21
RGB
CMYK
RGB Variations
Color information
#D25C21 (or 0xD25C21) is known color: Chocolate. HEX triplet: D2, 5C and 21. RGB value is (210,92,33). Sum of RGB (Red+Green+Blue) = 210+92+33=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25C21 is #2DA3DE. Grayscale: #787878. Windows color (decimal): -2991071 or 2186450. OLE color: 2186450.
HSL color Cylindrical-coordinate representation of color #D25C21: hue angle of 20º 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 #D25C21 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 33 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.18 |
| HSL | 20º | 0.73% | 0.48% | - |
| HSV(B) | 20º | 0.84% | 0.82% | - |
| XYZ | 30.68 | 21.47 | 3.97 | - |
| YUV | 120.56 | 78.59 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 33 | 0 | 0.56 | 0.84 | 0.18 | 20 | 0.73 | 0.48 |
| Hex | D2 | 5C | 21 | 0 | 38 | 54 | 12 | 14 | 49 | 30 |
| Octal | 322 | 134 | 41 | 0 | 70 | 124 | 22 | 24 | 111 | 60 |
| Binary | 11010010 | 1011100 | 100001 | 0 | 111000 | 1010100 | 10010 | 10100 | 1001001 | 110000 |
Color Harmonies of #D25C21
Complementary color
Monochromatic Colors of #D25C21
Black with #D25C21
Text Example
Text Example
White with #D25C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25C21; }
p { color: rgb(210,92,33); }
H1.HeaderClassName
{
color: #D25C21;
}
.AnyTagClassName
{
color: #D25C21;
}
</style>
background-color css
<style>
a { background-color: #D25C21; }
a { background-color: rgb(210,92,33); }
div.DivClassName
{
background-color: #D25C21;
}
.BgClassName
{
background-color: #D25C21;
}
</style>
border-color css
<style>
span { border-color: #D25C21; }
span { border-color: rgb(210,92,33); }
td.TdClassName
{
border-color: #D25C21;
}
.TagClassName
{
border-color: #D25C21;
}
</style>