Shades of Burnt Sienna #DB704D
Tints of Burnt Sienna #DB704D
RGB
CMYK
RGB Variations
Color information
#DB704D (or 0xDB704D) is known color: Burnt Sienna. HEX triplet: DB, 70 and 4D. RGB value is (219,112,77). Sum of RGB (Red+Green+Blue) = 219+112+77=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB704D is #248FB2. Grayscale: #8C8C8C. Windows color (decimal): -2396083 or 5075163. OLE color: 5075163.
HSL color Cylindrical-coordinate representation of color #DB704D: hue angle of 14.79º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB704D is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 77 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.14 |
| HSL | 14.79º | 0.66% | 0.58% | - |
| HSV(B) | 14.79º | 0.65% | 0.86% | - |
| XYZ | 36.35 | 27.18 | 10.35 | - |
| YUV | 140 | 92.45 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 77 | 0 | 0.49 | 0.65 | 0.14 | 14.79 | 0.66 | 0.58 |
| Hex | DB | 70 | 4D | 0 | 31 | 41 | E | F | 42 | 3A |
| Octal | 333 | 160 | 115 | 0 | 61 | 101 | 16 | 17 | 102 | 72 |
| Binary | 11011011 | 1110000 | 1001101 | 0 | 110001 | 1000001 | 1110 | 1111 | 1000010 | 111010 |
Color Harmonies of #DB704D
Complementary color
Monochromatic Colors of #DB704D
Black with #DB704D
Text Example
Text Example
White with #DB704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB704D; }
p { color: rgb(219,112,77); }
H1.HeaderClassName
{
color: #DB704D;
}
.AnyTagClassName
{
color: #DB704D;
}
</style>
background-color css
<style>
a { background-color: #DB704D; }
a { background-color: rgb(219,112,77); }
div.DivClassName
{
background-color: #DB704D;
}
.BgClassName
{
background-color: #DB704D;
}
</style>
border-color css
<style>
span { border-color: #DB704D; }
span { border-color: rgb(219,112,77); }
td.TdClassName
{
border-color: #DB704D;
}
.TagClassName
{
border-color: #DB704D;
}
</style>