Shades of Chocolate #D25317
Tints of Chocolate #D25317
RGB
CMYK
RGB Variations
Color information
#D25317 (or 0xD25317) is known color: Chocolate. HEX triplet: D2, 53 and 17. RGB value is (210,83,23). Sum of RGB (Red+Green+Blue) = 210+83+23=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D25317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25317 is #2DACE8. Grayscale: #727272. Windows color (decimal): -2993385 or 1528786. OLE color: 1528786.
HSL color Cylindrical-coordinate representation of color #D25317: hue angle of 19.25º degrees, saturation: 0.8, 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 #D25317 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 23 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.18 |
| HSL | 19.25º | 0.8% | 0.46% | - |
| HSV(B) | 19.25º | 0.89% | 0.82% | - |
| XYZ | 29.83 | 19.95 | 3.09 | - |
| YUV | 114.13 | 76.58 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 23 | 0 | 0.60 | 0.89 | 0.18 | 19.25 | 0.8 | 0.46 |
| Hex | D2 | 53 | 17 | 0 | 3C | 59 | 12 | 13 | 50 | 2E |
| Octal | 322 | 123 | 27 | 0 | 74 | 131 | 22 | 23 | 120 | 56 |
| Binary | 11010010 | 1010011 | 10111 | 0 | 111100 | 1011001 | 10010 | 10011 | 1010000 | 101110 |
Color Harmonies of #D25317
Complementary color
Monochromatic Colors of #D25317
Black with #D25317
Text Example
Text Example
White with #D25317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25317; }
p { color: rgb(210,83,23); }
H1.HeaderClassName
{
color: #D25317;
}
.AnyTagClassName
{
color: #D25317;
}
</style>
background-color css
<style>
a { background-color: #D25317; }
a { background-color: rgb(210,83,23); }
div.DivClassName
{
background-color: #D25317;
}
.BgClassName
{
background-color: #D25317;
}
</style>
border-color css
<style>
span { border-color: #D25317; }
span { border-color: rgb(210,83,23); }
td.TdClassName
{
border-color: #D25317;
}
.TagClassName
{
border-color: #D25317;
}
</style>