Shades of Chocolate #D9571E
Tints of Chocolate #D9571E
RGB
CMYK
RGB Variations
Color information
#D9571E (or 0xD9571E) is known color: Chocolate. HEX triplet: D9, 57 and 1E. RGB value is (217,87,30). Sum of RGB (Red+Green+Blue) = 217+87+30=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D9571E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9571E is #26A8E1. Grayscale: #777777. Windows color (decimal): -2533602 or 1988569. OLE color: 1988569.
HSL color Cylindrical-coordinate representation of color #D9571E: hue angle of 18.29º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9571E is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 30 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.15 |
| HSL | 18.29º | 0.76% | 0.48% | - |
| HSV(B) | 18.29º | 0.86% | 0.85% | - |
| XYZ | 32.26 | 21.66 | 3.71 | - |
| YUV | 119.37 | 77.57 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 30 | 0 | 0.60 | 0.86 | 0.15 | 18.29 | 0.76 | 0.48 |
| Hex | D9 | 57 | 1E | 0 | 3C | 56 | F | 12 | 4C | 30 |
| Octal | 331 | 127 | 36 | 0 | 74 | 126 | 17 | 22 | 114 | 60 |
| Binary | 11011001 | 1010111 | 11110 | 0 | 111100 | 1010110 | 1111 | 10010 | 1001100 | 110000 |
Color Harmonies of #D9571E
Complementary color
Monochromatic Colors of #D9571E
Black with #D9571E
Text Example
Text Example
White with #D9571E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9571E; }
p { color: rgb(217,87,30); }
H1.HeaderClassName
{
color: #D9571E;
}
.AnyTagClassName
{
color: #D9571E;
}
</style>
background-color css
<style>
a { background-color: #D9571E; }
a { background-color: rgb(217,87,30); }
div.DivClassName
{
background-color: #D9571E;
}
.BgClassName
{
background-color: #D9571E;
}
</style>
border-color css
<style>
span { border-color: #D9571E; }
span { border-color: rgb(217,87,30); }
td.TdClassName
{
border-color: #D9571E;
}
.TagClassName
{
border-color: #D9571E;
}
</style>