Shades of Chocolate #DB571F
Tints of Chocolate #DB571F
RGB
CMYK
RGB Variations
Color information
#DB571F (or 0xDB571F) is known color: Chocolate. HEX triplet: DB, 57 and 1F. RGB value is (219,87,31). Sum of RGB (Red+Green+Blue) = 219+87+31=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB571F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB571F is #24A8E0. Grayscale: #787878. Windows color (decimal): -2402529 or 2054107. OLE color: 2054107.
HSL color Cylindrical-coordinate representation of color #DB571F: hue angle of 17.87º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB571F is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 31 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.14 |
| HSL | 17.87º | 0.75% | 0.49% | - |
| HSV(B) | 17.87º | 0.86% | 0.86% | - |
| XYZ | 32.87 | 21.98 | 3.81 | - |
| YUV | 120.08 | 77.73 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 31 | 0 | 0.60 | 0.86 | 0.14 | 17.87 | 0.75 | 0.49 |
| Hex | DB | 57 | 1F | 0 | 3C | 56 | E | 12 | 4B | 31 |
| Octal | 333 | 127 | 37 | 0 | 74 | 126 | 16 | 22 | 113 | 61 |
| Binary | 11011011 | 1010111 | 11111 | 0 | 111100 | 1010110 | 1110 | 10010 | 1001011 | 110001 |
Color Harmonies of #DB571F
Complementary color
Monochromatic Colors of #DB571F
Black with #DB571F
Text Example
Text Example
White with #DB571F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB571F; }
p { color: rgb(219,87,31); }
H1.HeaderClassName
{
color: #DB571F;
}
.AnyTagClassName
{
color: #DB571F;
}
</style>
background-color css
<style>
a { background-color: #DB571F; }
a { background-color: rgb(219,87,31); }
div.DivClassName
{
background-color: #DB571F;
}
.BgClassName
{
background-color: #DB571F;
}
</style>
border-color css
<style>
span { border-color: #DB571F; }
span { border-color: rgb(219,87,31); }
td.TdClassName
{
border-color: #DB571F;
}
.TagClassName
{
border-color: #DB571F;
}
</style>