Shades of Chocolate #D0571C
Tints of Chocolate #D0571C
RGB
CMYK
RGB Variations
Color information
#D0571C (or 0xD0571C) is known color: Chocolate. HEX triplet: D0, 57 and 1C. RGB value is (208,87,28). Sum of RGB (Red+Green+Blue) = 208+87+28=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D0571C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0571C is #2FA8E3. Grayscale: #747474. Windows color (decimal): -3123428 or 1857488. OLE color: 1857488.
HSL color Cylindrical-coordinate representation of color #D0571C: hue angle of 19.67º degrees, saturation: 0.76, 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 #D0571C is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 87 | 28 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.18 |
| HSL | 19.67º | 0.76% | 0.46% | - |
| HSV(B) | 19.67º | 0.87% | 0.82% | - |
| XYZ | 29.63 | 20.31 | 3.46 | - |
| YUV | 116.45 | 78.09 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 87 | 28 | 0 | 0.58 | 0.87 | 0.18 | 19.67 | 0.76 | 0.46 |
| Hex | D0 | 57 | 1C | 0 | 3A | 57 | 12 | 14 | 4C | 2E |
| Octal | 320 | 127 | 34 | 0 | 72 | 127 | 22 | 24 | 114 | 56 |
| Binary | 11010000 | 1010111 | 11100 | 0 | 111010 | 1010111 | 10010 | 10100 | 1001100 | 101110 |
Color Harmonies of #D0571C
Complementary color
Monochromatic Colors of #D0571C
Black with #D0571C
Text Example
Text Example
White with #D0571C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0571C; }
p { color: rgb(208,87,28); }
H1.HeaderClassName
{
color: #D0571C;
}
.AnyTagClassName
{
color: #D0571C;
}
</style>
background-color css
<style>
a { background-color: #D0571C; }
a { background-color: rgb(208,87,28); }
div.DivClassName
{
background-color: #D0571C;
}
.BgClassName
{
background-color: #D0571C;
}
</style>
border-color css
<style>
span { border-color: #D0571C; }
span { border-color: rgb(208,87,28); }
td.TdClassName
{
border-color: #D0571C;
}
.TagClassName
{
border-color: #D0571C;
}
</style>