Shades of Chocolate #DB701D
Tints of Chocolate #DB701D
RGB
CMYK
RGB Variations
Color information
#DB701D (or 0xDB701D) is known color: Chocolate. HEX triplet: DB, 70 and 1D. RGB value is (219,112,29). Sum of RGB (Red+Green+Blue) = 219+112+29=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB701D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB701D is #248FE2. Grayscale: #868686. Windows color (decimal): -2396131 or 1929435. OLE color: 1929435.
HSL color Cylindrical-coordinate representation of color #DB701D: hue angle of 26.21º 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 #DB701D is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 29 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.14 |
| HSL | 26.21º | 0.77% | 0.49% | - |
| HSV(B) | 26.21º | 0.87% | 0.86% | - |
| XYZ | 35.23 | 26.74 | 4.47 | - |
| YUV | 134.53 | 68.45 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 29 | 0 | 0.49 | 0.87 | 0.14 | 26.21 | 0.77 | 0.49 |
| Hex | DB | 70 | 1D | 0 | 31 | 57 | E | 1A | 4D | 31 |
| Octal | 333 | 160 | 35 | 0 | 61 | 127 | 16 | 32 | 115 | 61 |
| Binary | 11011011 | 1110000 | 11101 | 0 | 110001 | 1010111 | 1110 | 11010 | 1001101 | 110001 |
Color Harmonies of #DB701D
Complementary color
Monochromatic Colors of #DB701D
Black with #DB701D
Text Example
Text Example
White with #DB701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB701D; }
p { color: rgb(219,112,29); }
H1.HeaderClassName
{
color: #DB701D;
}
.AnyTagClassName
{
color: #DB701D;
}
</style>
background-color css
<style>
a { background-color: #DB701D; }
a { background-color: rgb(219,112,29); }
div.DivClassName
{
background-color: #DB701D;
}
.BgClassName
{
background-color: #DB701D;
}
</style>
border-color css
<style>
span { border-color: #DB701D; }
span { border-color: rgb(219,112,29); }
td.TdClassName
{
border-color: #DB701D;
}
.TagClassName
{
border-color: #DB701D;
}
</style>