Shades of Chocolate #D2591C
Tints of Chocolate #D2591C
RGB
CMYK
RGB Variations
Color information
#D2591C (or 0xD2591C) is known color: Chocolate. HEX triplet: D2, 59 and 1C. RGB value is (210,89,28). Sum of RGB (Red+Green+Blue) = 210+89+28=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D2591C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2591C is #2DA6E3. Grayscale: #767676. Windows color (decimal): -2991844 or 1858002. OLE color: 1858002.
HSL color Cylindrical-coordinate representation of color #D2591C: hue angle of 20.11º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2591C is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 28 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.18 |
| HSL | 20.11º | 0.76% | 0.47% | - |
| HSV(B) | 20.11º | 0.87% | 0.82% | - |
| XYZ | 30.36 | 20.93 | 3.54 | - |
| YUV | 118.23 | 77.09 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 28 | 0 | 0.58 | 0.87 | 0.18 | 20.11 | 0.76 | 0.47 |
| Hex | D2 | 59 | 1C | 0 | 3A | 57 | 12 | 14 | 4C | 2F |
| Octal | 322 | 131 | 34 | 0 | 72 | 127 | 22 | 24 | 114 | 57 |
| Binary | 11010010 | 1011001 | 11100 | 0 | 111010 | 1010111 | 10010 | 10100 | 1001100 | 101111 |
Color Harmonies of #D2591C
Complementary color
Monochromatic Colors of #D2591C
Black with #D2591C
Text Example
Text Example
White with #D2591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2591C; }
p { color: rgb(210,89,28); }
H1.HeaderClassName
{
color: #D2591C;
}
.AnyTagClassName
{
color: #D2591C;
}
</style>
background-color css
<style>
a { background-color: #D2591C; }
a { background-color: rgb(210,89,28); }
div.DivClassName
{
background-color: #D2591C;
}
.BgClassName
{
background-color: #D2591C;
}
</style>
border-color css
<style>
span { border-color: #D2591C; }
span { border-color: rgb(210,89,28); }
td.TdClassName
{
border-color: #D2591C;
}
.TagClassName
{
border-color: #D2591C;
}
</style>