Shades of Chocolate #D25A18
Tints of Chocolate #D25A18
RGB
CMYK
RGB Variations
Color information
#D25A18 (or 0xD25A18) is known color: Chocolate. HEX triplet: D2, 5A and 18. RGB value is (210,90,24). Sum of RGB (Red+Green+Blue) = 210+90+24=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25A18 is #2DA5E7. Grayscale: #767676. Windows color (decimal): -2991592 or 1596114. OLE color: 1596114.
HSL color Cylindrical-coordinate representation of color #D25A18: hue angle of 21.29º 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 #D25A18 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 24 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.18 |
| HSL | 21.29º | 0.79% | 0.46% | - |
| HSV(B) | 21.29º | 0.89% | 0.82% | - |
| XYZ | 30.4 | 21.08 | 3.33 | - |
| YUV | 118.36 | 74.76 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 24 | 0 | 0.57 | 0.89 | 0.18 | 21.29 | 0.79 | 0.46 |
| Hex | D2 | 5A | 18 | 0 | 39 | 59 | 12 | 15 | 4F | 2E |
| Octal | 322 | 132 | 30 | 0 | 71 | 131 | 22 | 25 | 117 | 56 |
| Binary | 11010010 | 1011010 | 11000 | 0 | 111001 | 1011001 | 10010 | 10101 | 1001111 | 101110 |
Color Harmonies of #D25A18
Complementary color
Monochromatic Colors of #D25A18
Black with #D25A18
Text Example
Text Example
White with #D25A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A18; }
p { color: rgb(210,90,24); }
H1.HeaderClassName
{
color: #D25A18;
}
.AnyTagClassName
{
color: #D25A18;
}
</style>
background-color css
<style>
a { background-color: #D25A18; }
a { background-color: rgb(210,90,24); }
div.DivClassName
{
background-color: #D25A18;
}
.BgClassName
{
background-color: #D25A18;
}
</style>
border-color css
<style>
span { border-color: #D25A18; }
span { border-color: rgb(210,90,24); }
td.TdClassName
{
border-color: #D25A18;
}
.TagClassName
{
border-color: #D25A18;
}
</style>