Shades of Chocolate #DB611D
Tints of Chocolate #DB611D
RGB
CMYK
RGB Variations
Color information
#DB611D (or 0xDB611D) is known color: Chocolate. HEX triplet: DB, 61 and 1D. RGB value is (219,97,29). Sum of RGB (Red+Green+Blue) = 219+97+29=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB611D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB611D is #249EE2. Grayscale: #7E7E7E. Windows color (decimal): -2399971 or 1925595. OLE color: 1925595.
HSL color Cylindrical-coordinate representation of color #DB611D: hue angle of 21.47º 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 #DB611D is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 29 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.14 |
| HSL | 21.47º | 0.77% | 0.49% | - |
| HSV(B) | 21.47º | 0.87% | 0.86% | - |
| XYZ | 33.71 | 23.7 | 3.96 | - |
| YUV | 125.73 | 73.42 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 29 | 0 | 0.56 | 0.87 | 0.14 | 21.47 | 0.77 | 0.49 |
| Hex | DB | 61 | 1D | 0 | 38 | 57 | E | 15 | 4D | 31 |
| Octal | 333 | 141 | 35 | 0 | 70 | 127 | 16 | 25 | 115 | 61 |
| Binary | 11011011 | 1100001 | 11101 | 0 | 111000 | 1010111 | 1110 | 10101 | 1001101 | 110001 |
Color Harmonies of #DB611D
Complementary color
Monochromatic Colors of #DB611D
Black with #DB611D
Text Example
Text Example
White with #DB611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB611D; }
p { color: rgb(219,97,29); }
H1.HeaderClassName
{
color: #DB611D;
}
.AnyTagClassName
{
color: #DB611D;
}
</style>
background-color css
<style>
a { background-color: #DB611D; }
a { background-color: rgb(219,97,29); }
div.DivClassName
{
background-color: #DB611D;
}
.BgClassName
{
background-color: #DB611D;
}
</style>
border-color css
<style>
span { border-color: #DB611D; }
span { border-color: rgb(219,97,29); }
td.TdClassName
{
border-color: #DB611D;
}
.TagClassName
{
border-color: #DB611D;
}
</style>