Shades of Chocolate #D25318
Tints of Chocolate #D25318
RGB
CMYK
RGB Variations
Color information
#D25318 (or 0xD25318) is known color: Chocolate. HEX triplet: D2, 53 and 18. RGB value is (210,83,24). Sum of RGB (Red+Green+Blue) = 210+83+24=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D25318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25318 is #2DACE7. Grayscale: #727272. Windows color (decimal): -2993384 or 1594322. OLE color: 1594322.
HSL color Cylindrical-coordinate representation of color #D25318: hue angle of 19.03º 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 #D25318 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 24 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.18 |
| HSL | 19.03º | 0.79% | 0.46% | - |
| HSV(B) | 19.03º | 0.89% | 0.82% | - |
| XYZ | 29.84 | 19.95 | 3.14 | - |
| YUV | 114.25 | 77.08 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 24 | 0 | 0.60 | 0.89 | 0.18 | 19.03 | 0.79 | 0.46 |
| Hex | D2 | 53 | 18 | 0 | 3C | 59 | 12 | 13 | 4F | 2E |
| Octal | 322 | 123 | 30 | 0 | 74 | 131 | 22 | 23 | 117 | 56 |
| Binary | 11010010 | 1010011 | 11000 | 0 | 111100 | 1011001 | 10010 | 10011 | 1001111 | 101110 |
Color Harmonies of #D25318
Complementary color
Monochromatic Colors of #D25318
Black with #D25318
Text Example
Text Example
White with #D25318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25318; }
p { color: rgb(210,83,24); }
H1.HeaderClassName
{
color: #D25318;
}
.AnyTagClassName
{
color: #D25318;
}
</style>
background-color css
<style>
a { background-color: #D25318; }
a { background-color: rgb(210,83,24); }
div.DivClassName
{
background-color: #D25318;
}
.BgClassName
{
background-color: #D25318;
}
</style>
border-color css
<style>
span { border-color: #D25318; }
span { border-color: rgb(210,83,24); }
td.TdClassName
{
border-color: #D25318;
}
.TagClassName
{
border-color: #D25318;
}
</style>