Shades of Chocolate #D25A22
Tints of Chocolate #D25A22
RGB
CMYK
RGB Variations
Color information
#D25A22 (or 0xD25A22) is known color: Chocolate. HEX triplet: D2, 5A and 22. RGB value is (210,90,34). Sum of RGB (Red+Green+Blue) = 210+90+34=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25A22 is #2DA5DD. Grayscale: #777777. Windows color (decimal): -2991582 or 2251474. OLE color: 2251474.
HSL color Cylindrical-coordinate representation of color #D25A22: hue angle of 19.09º degrees, saturation: 0.72, 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 #D25A22 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 34 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.18 |
| HSL | 19.09º | 0.72% | 0.48% | - |
| HSV(B) | 19.09º | 0.84% | 0.82% | - |
| XYZ | 30.52 | 21.13 | 3.98 | - |
| YUV | 119.5 | 79.76 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 34 | 0 | 0.57 | 0.84 | 0.18 | 19.09 | 0.72 | 0.48 |
| Hex | D2 | 5A | 22 | 0 | 39 | 54 | 12 | 13 | 48 | 30 |
| Octal | 322 | 132 | 42 | 0 | 71 | 124 | 22 | 23 | 110 | 60 |
| Binary | 11010010 | 1011010 | 100010 | 0 | 111001 | 1010100 | 10010 | 10011 | 1001000 | 110000 |
Color Harmonies of #D25A22
Complementary color
Monochromatic Colors of #D25A22
Black with #D25A22
Text Example
Text Example
White with #D25A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A22; }
p { color: rgb(210,90,34); }
H1.HeaderClassName
{
color: #D25A22;
}
.AnyTagClassName
{
color: #D25A22;
}
</style>
background-color css
<style>
a { background-color: #D25A22; }
a { background-color: rgb(210,90,34); }
div.DivClassName
{
background-color: #D25A22;
}
.BgClassName
{
background-color: #D25A22;
}
</style>
border-color css
<style>
span { border-color: #D25A22; }
span { border-color: rgb(210,90,34); }
td.TdClassName
{
border-color: #D25A22;
}
.TagClassName
{
border-color: #D25A22;
}
</style>