Shades of Chocolate #D2561A
Tints of Chocolate #D2561A
RGB
CMYK
RGB Variations
Color information
#D2561A (or 0xD2561A) is known color: Chocolate. HEX triplet: D2, 56 and 1A. RGB value is (210,86,26). Sum of RGB (Red+Green+Blue) = 210+86+26=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D2561A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2561A is #2DA9E5. Grayscale: #747474. Windows color (decimal): -2992614 or 1726162. OLE color: 1726162.
HSL color Cylindrical-coordinate representation of color #D2561A: hue angle of 19.57º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2561A is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 26 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.18 |
| HSL | 19.57º | 0.78% | 0.46% | - |
| HSV(B) | 19.57º | 0.88% | 0.82% | - |
| XYZ | 30.09 | 20.43 | 3.33 | - |
| YUV | 116.24 | 77.08 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 26 | 0 | 0.59 | 0.88 | 0.18 | 19.57 | 0.78 | 0.46 |
| Hex | D2 | 56 | 1A | 0 | 3B | 58 | 12 | 14 | 4E | 2E |
| Octal | 322 | 126 | 32 | 0 | 73 | 130 | 22 | 24 | 116 | 56 |
| Binary | 11010010 | 1010110 | 11010 | 0 | 111011 | 1011000 | 10010 | 10100 | 1001110 | 101110 |
Color Harmonies of #D2561A
Complementary color
Monochromatic Colors of #D2561A
Black with #D2561A
Text Example
Text Example
White with #D2561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2561A; }
p { color: rgb(210,86,26); }
H1.HeaderClassName
{
color: #D2561A;
}
.AnyTagClassName
{
color: #D2561A;
}
</style>
background-color css
<style>
a { background-color: #D2561A; }
a { background-color: rgb(210,86,26); }
div.DivClassName
{
background-color: #D2561A;
}
.BgClassName
{
background-color: #D2561A;
}
</style>
border-color css
<style>
span { border-color: #D2561A; }
span { border-color: rgb(210,86,26); }
td.TdClassName
{
border-color: #D2561A;
}
.TagClassName
{
border-color: #D2561A;
}
</style>