Shades of Chocolate #D25D18
Tints of Chocolate #D25D18
RGB
CMYK
RGB Variations
Color information
#D25D18 (or 0xD25D18) is known color: Chocolate. HEX triplet: D2, 5D and 18. RGB value is (210,93,24). Sum of RGB (Red+Green+Blue) = 210+93+24=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25D18 is #2DA2E7. Grayscale: #787878. Windows color (decimal): -2990824 or 1596882. OLE color: 1596882.
HSL color Cylindrical-coordinate representation of color #D25D18: hue angle of 22.26º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D25D18 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 24 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.18 |
| HSL | 22.26º | 0.79% | 0.46% | - |
| HSV(B) | 22.26º | 0.89% | 0.82% | - |
| XYZ | 30.66 | 21.6 | 3.42 | - |
| YUV | 120.12 | 73.76 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 24 | 0 | 0.56 | 0.89 | 0.18 | 22.26 | 0.79 | 0.46 |
| Hex | D2 | 5D | 18 | 0 | 38 | 59 | 12 | 16 | 4F | 2E |
| Octal | 322 | 135 | 30 | 0 | 70 | 131 | 22 | 26 | 117 | 56 |
| Binary | 11010010 | 1011101 | 11000 | 0 | 111000 | 1011001 | 10010 | 10110 | 1001111 | 101110 |
Color Harmonies of #D25D18
Complementary color
Monochromatic Colors of #D25D18
Black with #D25D18
Text Example
Text Example
White with #D25D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D18; }
p { color: rgb(210,93,24); }
H1.HeaderClassName
{
color: #D25D18;
}
.AnyTagClassName
{
color: #D25D18;
}
</style>
background-color css
<style>
a { background-color: #D25D18; }
a { background-color: rgb(210,93,24); }
div.DivClassName
{
background-color: #D25D18;
}
.BgClassName
{
background-color: #D25D18;
}
</style>
border-color css
<style>
span { border-color: #D25D18; }
span { border-color: rgb(210,93,24); }
td.TdClassName
{
border-color: #D25D18;
}
.TagClassName
{
border-color: #D25D18;
}
</style>