Shades of Chocolate #D1571D
Tints of Chocolate #D1571D
RGB
CMYK
RGB Variations
Color information
#D1571D (or 0xD1571D) is known color: Chocolate. HEX triplet: D1, 57 and 1D. RGB value is (209,87,29). Sum of RGB (Red+Green+Blue) = 209+87+29=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D1571D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1571D is #2EA8E2. Grayscale: #757575. Windows color (decimal): -3057891 or 1923025. OLE color: 1923025.
HSL color Cylindrical-coordinate representation of color #D1571D: hue angle of 19.33º degrees, saturation: 0.76, 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 #D1571D is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 29 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.18 |
| HSL | 19.33º | 0.76% | 0.47% | - |
| HSV(B) | 19.33º | 0.86% | 0.82% | - |
| XYZ | 29.92 | 20.46 | 3.53 | - |
| YUV | 116.87 | 78.42 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 29 | 0 | 0.58 | 0.86 | 0.18 | 19.33 | 0.76 | 0.47 |
| Hex | D1 | 57 | 1D | 0 | 3A | 56 | 12 | 13 | 4C | 2F |
| Octal | 321 | 127 | 35 | 0 | 72 | 126 | 22 | 23 | 114 | 57 |
| Binary | 11010001 | 1010111 | 11101 | 0 | 111010 | 1010110 | 10010 | 10011 | 1001100 | 101111 |
Color Harmonies of #D1571D
Complementary color
Monochromatic Colors of #D1571D
Black with #D1571D
Text Example
Text Example
White with #D1571D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1571D; }
p { color: rgb(209,87,29); }
H1.HeaderClassName
{
color: #D1571D;
}
.AnyTagClassName
{
color: #D1571D;
}
</style>
background-color css
<style>
a { background-color: #D1571D; }
a { background-color: rgb(209,87,29); }
div.DivClassName
{
background-color: #D1571D;
}
.BgClassName
{
background-color: #D1571D;
}
</style>
border-color css
<style>
span { border-color: #D1571D; }
span { border-color: rgb(209,87,29); }
td.TdClassName
{
border-color: #D1571D;
}
.TagClassName
{
border-color: #D1571D;
}
</style>