Shades of Chocolate #D25E11
Tints of Chocolate #D25E11
RGB
CMYK
RGB Variations
Color information
#D25E11 (or 0xD25E11) is known color: Chocolate. HEX triplet: D2, 5E and 11. RGB value is (210,94,17). Sum of RGB (Red+Green+Blue) = 210+94+17=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25E11 is #2DA1EE. Grayscale: #787878. Windows color (decimal): -2990575 or 1138386. OLE color: 1138386.
HSL color Cylindrical-coordinate representation of color #D25E11: hue angle of 23.94º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D25E11 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 17 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.18 |
| HSL | 23.94º | 0.85% | 0.45% | - |
| HSV(B) | 23.94º | 0.92% | 0.82% | - |
| XYZ | 30.68 | 21.75 | 3.11 | - |
| YUV | 119.91 | 69.93 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 17 | 0 | 0.55 | 0.92 | 0.18 | 23.94 | 0.85 | 0.45 |
| Hex | D2 | 5E | 11 | 0 | 37 | 5C | 12 | 18 | 55 | 2D |
| Octal | 322 | 136 | 21 | 0 | 67 | 134 | 22 | 30 | 125 | 55 |
| Binary | 11010010 | 1011110 | 10001 | 0 | 110111 | 1011100 | 10010 | 11000 | 1010101 | 101101 |
Color Harmonies of #D25E11
Complementary color
Monochromatic Colors of #D25E11
Black with #D25E11
Text Example
Text Example
White with #D25E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25E11; }
p { color: rgb(210,94,17); }
H1.HeaderClassName
{
color: #D25E11;
}
.AnyTagClassName
{
color: #D25E11;
}
</style>
background-color css
<style>
a { background-color: #D25E11; }
a { background-color: rgb(210,94,17); }
div.DivClassName
{
background-color: #D25E11;
}
.BgClassName
{
background-color: #D25E11;
}
</style>
border-color css
<style>
span { border-color: #D25E11; }
span { border-color: rgb(210,94,17); }
td.TdClassName
{
border-color: #D25E11;
}
.TagClassName
{
border-color: #D25E11;
}
</style>