Shades of Chocolate #DB601D
Tints of Chocolate #DB601D
RGB
CMYK
RGB Variations
Color information
#DB601D (or 0xDB601D) is known color: Chocolate. HEX triplet: DB, 60 and 1D. RGB value is (219,96,29). Sum of RGB (Red+Green+Blue) = 219+96+29=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB601D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB601D is #249FE2. Grayscale: #7D7D7D. Windows color (decimal): -2400227 or 1925339. OLE color: 1925339.
HSL color Cylindrical-coordinate representation of color #DB601D: hue angle of 21.16º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB601D is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 29 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.14 |
| HSL | 21.16º | 0.77% | 0.49% | - |
| HSV(B) | 21.16º | 0.87% | 0.86% | - |
| XYZ | 33.62 | 23.51 | 3.93 | - |
| YUV | 125.14 | 73.75 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 29 | 0 | 0.56 | 0.87 | 0.14 | 21.16 | 0.77 | 0.49 |
| Hex | DB | 60 | 1D | 0 | 38 | 57 | E | 15 | 4D | 31 |
| Octal | 333 | 140 | 35 | 0 | 70 | 127 | 16 | 25 | 115 | 61 |
| Binary | 11011011 | 1100000 | 11101 | 0 | 111000 | 1010111 | 1110 | 10101 | 1001101 | 110001 |
Color Harmonies of #DB601D
Complementary color
Monochromatic Colors of #DB601D
Black with #DB601D
Text Example
Text Example
White with #DB601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB601D; }
p { color: rgb(219,96,29); }
H1.HeaderClassName
{
color: #DB601D;
}
.AnyTagClassName
{
color: #DB601D;
}
</style>
background-color css
<style>
a { background-color: #DB601D; }
a { background-color: rgb(219,96,29); }
div.DivClassName
{
background-color: #DB601D;
}
.BgClassName
{
background-color: #DB601D;
}
</style>
border-color css
<style>
span { border-color: #DB601D; }
span { border-color: rgb(219,96,29); }
td.TdClassName
{
border-color: #DB601D;
}
.TagClassName
{
border-color: #DB601D;
}
</style>