Shades of Chocolate #DB5D1F
Tints of Chocolate #DB5D1F
RGB
CMYK
RGB Variations
Color information
#DB5D1F (or 0xDB5D1F) is known color: Chocolate. HEX triplet: DB, 5D and 1F. RGB value is (219,93,31). Sum of RGB (Red+Green+Blue) = 219+93+31=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5D1F is #24A2E0. Grayscale: #7B7B7B. Windows color (decimal): -2400993 or 2055643. OLE color: 2055643.
HSL color Cylindrical-coordinate representation of color #DB5D1F: hue angle of 19.79º 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 #DB5D1F is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 31 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.14 |
| HSL | 19.79º | 0.75% | 0.49% | - |
| HSV(B) | 19.79º | 0.86% | 0.86% | - |
| XYZ | 33.38 | 22.99 | 3.97 | - |
| YUV | 123.61 | 75.74 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 31 | 0 | 0.58 | 0.86 | 0.14 | 19.79 | 0.75 | 0.49 |
| Hex | DB | 5D | 1F | 0 | 3A | 56 | E | 14 | 4B | 31 |
| Octal | 333 | 135 | 37 | 0 | 72 | 126 | 16 | 24 | 113 | 61 |
| Binary | 11011011 | 1011101 | 11111 | 0 | 111010 | 1010110 | 1110 | 10100 | 1001011 | 110001 |
Color Harmonies of #DB5D1F
Complementary color
Monochromatic Colors of #DB5D1F
Black with #DB5D1F
Text Example
Text Example
White with #DB5D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D1F; }
p { color: rgb(219,93,31); }
H1.HeaderClassName
{
color: #DB5D1F;
}
.AnyTagClassName
{
color: #DB5D1F;
}
</style>
background-color css
<style>
a { background-color: #DB5D1F; }
a { background-color: rgb(219,93,31); }
div.DivClassName
{
background-color: #DB5D1F;
}
.BgClassName
{
background-color: #DB5D1F;
}
</style>
border-color css
<style>
span { border-color: #DB5D1F; }
span { border-color: rgb(219,93,31); }
td.TdClassName
{
border-color: #DB5D1F;
}
.TagClassName
{
border-color: #DB5D1F;
}
</style>