Shades of Chocolate #DB701A
Tints of Chocolate #DB701A
RGB
CMYK
RGB Variations
Color information
#DB701A (or 0xDB701A) is known color: Chocolate. HEX triplet: DB, 70 and 1A. RGB value is (219,112,26). Sum of RGB (Red+Green+Blue) = 219+112+26=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB701A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB701A is #248FE5. Grayscale: #868686. Windows color (decimal): -2396134 or 1732827. OLE color: 1732827.
HSL color Cylindrical-coordinate representation of color #DB701A: hue angle of 26.74º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB701A is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 26 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.14 |
| HSL | 26.74º | 0.79% | 0.48% | - |
| HSV(B) | 26.74º | 0.88% | 0.86% | - |
| XYZ | 35.19 | 26.72 | 4.28 | - |
| YUV | 134.19 | 66.95 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 26 | 0 | 0.49 | 0.88 | 0.14 | 26.74 | 0.79 | 0.48 |
| Hex | DB | 70 | 1A | 0 | 31 | 58 | E | 1B | 4F | 30 |
| Octal | 333 | 160 | 32 | 0 | 61 | 130 | 16 | 33 | 117 | 60 |
| Binary | 11011011 | 1110000 | 11010 | 0 | 110001 | 1011000 | 1110 | 11011 | 1001111 | 110000 |
Color Harmonies of #DB701A
Complementary color
Monochromatic Colors of #DB701A
Black with #DB701A
Text Example
Text Example
White with #DB701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB701A; }
p { color: rgb(219,112,26); }
H1.HeaderClassName
{
color: #DB701A;
}
.AnyTagClassName
{
color: #DB701A;
}
</style>
background-color css
<style>
a { background-color: #DB701A; }
a { background-color: rgb(219,112,26); }
div.DivClassName
{
background-color: #DB701A;
}
.BgClassName
{
background-color: #DB701A;
}
</style>
border-color css
<style>
span { border-color: #DB701A; }
span { border-color: rgb(219,112,26); }
td.TdClassName
{
border-color: #DB701A;
}
.TagClassName
{
border-color: #DB701A;
}
</style>