Shades of Chocolate #D25D23
Tints of Chocolate #D25D23
RGB
CMYK
RGB Variations
Color information
#D25D23 (or 0xD25D23) is known color: Chocolate. HEX triplet: D2, 5D and 23. RGB value is (210,93,35). Sum of RGB (Red+Green+Blue) = 210+93+35=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25D23 is #2DA2DC. Grayscale: #797979. Windows color (decimal): -2990813 or 2317778. OLE color: 2317778.
HSL color Cylindrical-coordinate representation of color #D25D23: hue angle of 19.89º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D25D23 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 35 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.18 |
| HSL | 19.89º | 0.71% | 0.48% | - |
| HSV(B) | 19.89º | 0.83% | 0.82% | - |
| XYZ | 30.8 | 21.65 | 4.15 | - |
| YUV | 121.37 | 79.26 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 35 | 0 | 0.56 | 0.83 | 0.18 | 19.89 | 0.71 | 0.48 |
| Hex | D2 | 5D | 23 | 0 | 38 | 53 | 12 | 14 | 47 | 30 |
| Octal | 322 | 135 | 43 | 0 | 70 | 123 | 22 | 24 | 107 | 60 |
| Binary | 11010010 | 1011101 | 100011 | 0 | 111000 | 1010011 | 10010 | 10100 | 1000111 | 110000 |
Color Harmonies of #D25D23
Complementary color
Monochromatic Colors of #D25D23
Black with #D25D23
Text Example
Text Example
White with #D25D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D23; }
p { color: rgb(210,93,35); }
H1.HeaderClassName
{
color: #D25D23;
}
.AnyTagClassName
{
color: #D25D23;
}
</style>
background-color css
<style>
a { background-color: #D25D23; }
a { background-color: rgb(210,93,35); }
div.DivClassName
{
background-color: #D25D23;
}
.BgClassName
{
background-color: #D25D23;
}
</style>
border-color css
<style>
span { border-color: #D25D23; }
span { border-color: rgb(210,93,35); }
td.TdClassName
{
border-color: #D25D23;
}
.TagClassName
{
border-color: #D25D23;
}
</style>