Shades of Chocolate #D2561B
Tints of Chocolate #D2561B
RGB
CMYK
RGB Variations
Color information
#D2561B (or 0xD2561B) is known color: Chocolate. HEX triplet: D2, 56 and 1B. RGB value is (210,86,27). Sum of RGB (Red+Green+Blue) = 210+86+27=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D2561B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2561B is #2DA9E4. Grayscale: #747474. Windows color (decimal): -2992613 or 1791698. OLE color: 1791698.
HSL color Cylindrical-coordinate representation of color #D2561B: hue angle of 19.34º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2561B is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 27 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.18 |
| HSL | 19.34º | 0.77% | 0.46% | - |
| HSV(B) | 19.34º | 0.87% | 0.82% | - |
| XYZ | 30.1 | 20.44 | 3.39 | - |
| YUV | 116.35 | 77.58 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 27 | 0 | 0.59 | 0.87 | 0.18 | 19.34 | 0.77 | 0.46 |
| Hex | D2 | 56 | 1B | 0 | 3B | 57 | 12 | 13 | 4D | 2E |
| Octal | 322 | 126 | 33 | 0 | 73 | 127 | 22 | 23 | 115 | 56 |
| Binary | 11010010 | 1010110 | 11011 | 0 | 111011 | 1010111 | 10010 | 10011 | 1001101 | 101110 |
Color Harmonies of #D2561B
Complementary color
Monochromatic Colors of #D2561B
Black with #D2561B
Text Example
Text Example
White with #D2561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2561B; }
p { color: rgb(210,86,27); }
H1.HeaderClassName
{
color: #D2561B;
}
.AnyTagClassName
{
color: #D2561B;
}
</style>
background-color css
<style>
a { background-color: #D2561B; }
a { background-color: rgb(210,86,27); }
div.DivClassName
{
background-color: #D2561B;
}
.BgClassName
{
background-color: #D2561B;
}
</style>
border-color css
<style>
span { border-color: #D2561B; }
span { border-color: rgb(210,86,27); }
td.TdClassName
{
border-color: #D2561B;
}
.TagClassName
{
border-color: #D2561B;
}
</style>