Shades of Burnt Sienna #DB6F4E
Tints of Burnt Sienna #DB6F4E
RGB
CMYK
RGB Variations
Color information
#DB6F4E (or 0xDB6F4E) is known color: Burnt Sienna. HEX triplet: DB, 6F and 4E. RGB value is (219,111,78). Sum of RGB (Red+Green+Blue) = 219+111+78=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F4E is #2490B1. Grayscale: #8B8B8B. Windows color (decimal): -2396338 or 5140443. OLE color: 5140443.
HSL color Cylindrical-coordinate representation of color #DB6F4E: hue angle of 14.04º 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 #DB6F4E is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 78 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.14 |
| HSL | 14.04º | 0.66% | 0.58% | - |
| HSV(B) | 14.04º | 0.64% | 0.86% | - |
| XYZ | 36.27 | 26.98 | 10.5 | - |
| YUV | 139.53 | 93.28 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 78 | 0 | 0.49 | 0.64 | 0.14 | 14.04 | 0.66 | 0.58 |
| Hex | DB | 6F | 4E | 0 | 31 | 40 | E | E | 42 | 3A |
| Octal | 333 | 157 | 116 | 0 | 61 | 100 | 16 | 16 | 102 | 72 |
| Binary | 11011011 | 1101111 | 1001110 | 0 | 110001 | 1000000 | 1110 | 1110 | 1000010 | 111010 |
Color Harmonies of #DB6F4E
Complementary color
Monochromatic Colors of #DB6F4E
Black with #DB6F4E
Text Example
Text Example
White with #DB6F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F4E; }
p { color: rgb(219,111,78); }
H1.HeaderClassName
{
color: #DB6F4E;
}
.AnyTagClassName
{
color: #DB6F4E;
}
</style>
background-color css
<style>
a { background-color: #DB6F4E; }
a { background-color: rgb(219,111,78); }
div.DivClassName
{
background-color: #DB6F4E;
}
.BgClassName
{
background-color: #DB6F4E;
}
</style>
border-color css
<style>
span { border-color: #DB6F4E; }
span { border-color: rgb(219,111,78); }
td.TdClassName
{
border-color: #DB6F4E;
}
.TagClassName
{
border-color: #DB6F4E;
}
</style>