Shades of Chocolate #D2561E
Tints of Chocolate #D2561E
RGB
CMYK
RGB Variations
Color information
#D2561E (or 0xD2561E) is known color: Chocolate. HEX triplet: D2, 56 and 1E. RGB value is (210,86,30). Sum of RGB (Red+Green+Blue) = 210+86+30=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D2561E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2561E is #2DA9E1. Grayscale: #757575. Windows color (decimal): -2992610 or 1988306. OLE color: 1988306.
HSL color Cylindrical-coordinate representation of color #D2561E: hue angle of 18.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2561E is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 30 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.18 |
| HSL | 18.67º | 0.75% | 0.47% | - |
| HSV(B) | 18.67º | 0.86% | 0.82% | - |
| XYZ | 30.14 | 20.45 | 3.59 | - |
| YUV | 116.69 | 79.08 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 30 | 0 | 0.59 | 0.86 | 0.18 | 18.67 | 0.75 | 0.47 |
| Hex | D2 | 56 | 1E | 0 | 3B | 56 | 12 | 13 | 4B | 2F |
| Octal | 322 | 126 | 36 | 0 | 73 | 126 | 22 | 23 | 113 | 57 |
| Binary | 11010010 | 1010110 | 11110 | 0 | 111011 | 1010110 | 10010 | 10011 | 1001011 | 101111 |
Color Harmonies of #D2561E
Complementary color
Monochromatic Colors of #D2561E
Black with #D2561E
Text Example
Text Example
White with #D2561E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2561E; }
p { color: rgb(210,86,30); }
H1.HeaderClassName
{
color: #D2561E;
}
.AnyTagClassName
{
color: #D2561E;
}
</style>
background-color css
<style>
a { background-color: #D2561E; }
a { background-color: rgb(210,86,30); }
div.DivClassName
{
background-color: #D2561E;
}
.BgClassName
{
background-color: #D2561E;
}
</style>
border-color css
<style>
span { border-color: #D2561E; }
span { border-color: rgb(210,86,30); }
td.TdClassName
{
border-color: #D2561E;
}
.TagClassName
{
border-color: #D2561E;
}
</style>