Shades of Burnt Sienna #DB704E
Tints of Burnt Sienna #DB704E
RGB
CMYK
RGB Variations
Color information
#DB704E (or 0xDB704E) is known color: Burnt Sienna. HEX triplet: DB, 70 and 4E. RGB value is (219,112,78). Sum of RGB (Red+Green+Blue) = 219+112+78=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB704E is #248FB1. Grayscale: #8C8C8C. Windows color (decimal): -2396082 or 5140699. OLE color: 5140699.
HSL color Cylindrical-coordinate representation of color #DB704E: hue angle of 14.47º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB704E is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 78 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.14 |
| HSL | 14.47º | 0.66% | 0.58% | - |
| HSV(B) | 14.47º | 0.64% | 0.86% | - |
| XYZ | 36.38 | 27.2 | 10.54 | - |
| YUV | 140.12 | 92.95 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 78 | 0 | 0.49 | 0.64 | 0.14 | 14.47 | 0.66 | 0.58 |
| Hex | DB | 70 | 4E | 0 | 31 | 40 | E | E | 42 | 3A |
| Octal | 333 | 160 | 116 | 0 | 61 | 100 | 16 | 16 | 102 | 72 |
| Binary | 11011011 | 1110000 | 1001110 | 0 | 110001 | 1000000 | 1110 | 1110 | 1000010 | 111010 |
Color Harmonies of #DB704E
Complementary color
Monochromatic Colors of #DB704E
Black with #DB704E
Text Example
Text Example
White with #DB704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB704E; }
p { color: rgb(219,112,78); }
H1.HeaderClassName
{
color: #DB704E;
}
.AnyTagClassName
{
color: #DB704E;
}
</style>
background-color css
<style>
a { background-color: #DB704E; }
a { background-color: rgb(219,112,78); }
div.DivClassName
{
background-color: #DB704E;
}
.BgClassName
{
background-color: #DB704E;
}
</style>
border-color css
<style>
span { border-color: #DB704E; }
span { border-color: rgb(219,112,78); }
td.TdClassName
{
border-color: #DB704E;
}
.TagClassName
{
border-color: #DB704E;
}
</style>