Shades of Burnt Sienna #DB7450
Tints of Burnt Sienna #DB7450
RGB
CMYK
RGB Variations
Color information
#DB7450 (or 0xDB7450) is known color: Burnt Sienna. HEX triplet: DB, 74 and 50. RGB value is (219,116,80). Sum of RGB (Red+Green+Blue) = 219+116+80=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7450 is #248BAF. Grayscale: #8E8E8E. Windows color (decimal): -2395056 or 5272795. OLE color: 5272795.
HSL color Cylindrical-coordinate representation of color #DB7450: hue angle of 15.54º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB7450 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 80 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.14 |
| HSL | 15.54º | 0.66% | 0.59% | - |
| HSV(B) | 15.54º | 0.63% | 0.86% | - |
| XYZ | 36.91 | 28.13 | 11.07 | - |
| YUV | 142.69 | 92.62 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 80 | 0 | 0.47 | 0.63 | 0.14 | 15.54 | 0.66 | 0.59 |
| Hex | DB | 74 | 50 | 0 | 2F | 3F | E | 10 | 42 | 3B |
| Octal | 333 | 164 | 120 | 0 | 57 | 77 | 16 | 20 | 102 | 73 |
| Binary | 11011011 | 1110100 | 1010000 | 0 | 101111 | 111111 | 1110 | 10000 | 1000010 | 111011 |
Color Harmonies of #DB7450
Complementary color
Monochromatic Colors of #DB7450
Black with #DB7450
Text Example
Text Example
White with #DB7450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7450; }
p { color: rgb(219,116,80); }
H1.HeaderClassName
{
color: #DB7450;
}
.AnyTagClassName
{
color: #DB7450;
}
</style>
background-color css
<style>
a { background-color: #DB7450; }
a { background-color: rgb(219,116,80); }
div.DivClassName
{
background-color: #DB7450;
}
.BgClassName
{
background-color: #DB7450;
}
</style>
border-color css
<style>
span { border-color: #DB7450; }
span { border-color: rgb(219,116,80); }
td.TdClassName
{
border-color: #DB7450;
}
.TagClassName
{
border-color: #DB7450;
}
</style>