Shades of Chocolate #D25A20
Tints of Chocolate #D25A20
RGB
CMYK
RGB Variations
Color information
#D25A20 (or 0xD25A20) is known color: Chocolate. HEX triplet: D2, 5A and 20. RGB value is (210,90,32). Sum of RGB (Red+Green+Blue) = 210+90+32=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25A20 is #2DA5DF. Grayscale: #777777. Windows color (decimal): -2991584 or 2120402. OLE color: 2120402.
HSL color Cylindrical-coordinate representation of color #D25A20: hue angle of 19.55º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D25A20 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 32 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.18 |
| HSL | 19.55º | 0.74% | 0.47% | - |
| HSV(B) | 19.55º | 0.85% | 0.82% | - |
| XYZ | 30.5 | 21.12 | 3.84 | - |
| YUV | 119.27 | 78.76 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 32 | 0 | 0.57 | 0.85 | 0.18 | 19.55 | 0.74 | 0.47 |
| Hex | D2 | 5A | 20 | 0 | 39 | 55 | 12 | 14 | 4A | 2F |
| Octal | 322 | 132 | 40 | 0 | 71 | 125 | 22 | 24 | 112 | 57 |
| Binary | 11010010 | 1011010 | 100000 | 0 | 111001 | 1010101 | 10010 | 10100 | 1001010 | 101111 |
Color Harmonies of #D25A20
Complementary color
Monochromatic Colors of #D25A20
Black with #D25A20
Text Example
Text Example
White with #D25A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A20; }
p { color: rgb(210,90,32); }
H1.HeaderClassName
{
color: #D25A20;
}
.AnyTagClassName
{
color: #D25A20;
}
</style>
background-color css
<style>
a { background-color: #D25A20; }
a { background-color: rgb(210,90,32); }
div.DivClassName
{
background-color: #D25A20;
}
.BgClassName
{
background-color: #D25A20;
}
</style>
border-color css
<style>
span { border-color: #D25A20; }
span { border-color: rgb(210,90,32); }
td.TdClassName
{
border-color: #D25A20;
}
.TagClassName
{
border-color: #D25A20;
}
</style>