Shades of Chocolate #D25516
Tints of Chocolate #D25516
RGB
CMYK
RGB Variations
Color information
#D25516 (or 0xD25516) is known color: Chocolate. HEX triplet: D2, 55 and 16. RGB value is (210,85,22). Sum of RGB (Red+Green+Blue) = 210+85+22=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D25516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25516 is #2DAAE9. Grayscale: #737373. Windows color (decimal): -2992874 or 1463762. OLE color: 1463762.
HSL color Cylindrical-coordinate representation of color #D25516: hue angle of 20.11º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D25516 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 22 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.18 |
| HSL | 20.11º | 0.81% | 0.45% | - |
| HSV(B) | 20.11º | 0.9% | 0.82% | - |
| XYZ | 29.97 | 20.26 | 3.09 | - |
| YUV | 115.19 | 75.41 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 22 | 0 | 0.60 | 0.90 | 0.18 | 20.11 | 0.81 | 0.45 |
| Hex | D2 | 55 | 16 | 0 | 3C | 5A | 12 | 14 | 51 | 2D |
| Octal | 322 | 125 | 26 | 0 | 74 | 132 | 22 | 24 | 121 | 55 |
| Binary | 11010010 | 1010101 | 10110 | 0 | 111100 | 1011010 | 10010 | 10100 | 1010001 | 101101 |
Color Harmonies of #D25516
Complementary color
Monochromatic Colors of #D25516
Black with #D25516
Text Example
Text Example
White with #D25516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25516; }
p { color: rgb(210,85,22); }
H1.HeaderClassName
{
color: #D25516;
}
.AnyTagClassName
{
color: #D25516;
}
</style>
background-color css
<style>
a { background-color: #D25516; }
a { background-color: rgb(210,85,22); }
div.DivClassName
{
background-color: #D25516;
}
.BgClassName
{
background-color: #D25516;
}
</style>
border-color css
<style>
span { border-color: #D25516; }
span { border-color: rgb(210,85,22); }
td.TdClassName
{
border-color: #D25516;
}
.TagClassName
{
border-color: #D25516;
}
</style>