Shades of Burnt Sienna #DB714E
Tints of Burnt Sienna #DB714E
RGB
CMYK
RGB Variations
Color information
#DB714E (or 0xDB714E) is known color: Burnt Sienna. HEX triplet: DB, 71 and 4E. RGB value is (219,113,78). Sum of RGB (Red+Green+Blue) = 219+113+78=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB714E is #248EB1. Grayscale: #8C8C8C. Windows color (decimal): -2395826 or 5140955. OLE color: 5140955.
HSL color Cylindrical-coordinate representation of color #DB714E: hue angle of 14.89º 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 #DB714E is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 78 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.14 |
| HSL | 14.89º | 0.66% | 0.58% | - |
| HSV(B) | 14.89º | 0.64% | 0.86% | - |
| XYZ | 36.49 | 27.42 | 10.58 | - |
| YUV | 140.7 | 92.62 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 78 | 0 | 0.48 | 0.64 | 0.14 | 14.89 | 0.66 | 0.58 |
| Hex | DB | 71 | 4E | 0 | 30 | 40 | E | F | 42 | 3A |
| Octal | 333 | 161 | 116 | 0 | 60 | 100 | 16 | 17 | 102 | 72 |
| Binary | 11011011 | 1110001 | 1001110 | 0 | 110000 | 1000000 | 1110 | 1111 | 1000010 | 111010 |
Color Harmonies of #DB714E
Complementary color
Monochromatic Colors of #DB714E
Black with #DB714E
Text Example
Text Example
White with #DB714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB714E; }
p { color: rgb(219,113,78); }
H1.HeaderClassName
{
color: #DB714E;
}
.AnyTagClassName
{
color: #DB714E;
}
</style>
background-color css
<style>
a { background-color: #DB714E; }
a { background-color: rgb(219,113,78); }
div.DivClassName
{
background-color: #DB714E;
}
.BgClassName
{
background-color: #DB714E;
}
</style>
border-color css
<style>
span { border-color: #DB714E; }
span { border-color: rgb(219,113,78); }
td.TdClassName
{
border-color: #DB714E;
}
.TagClassName
{
border-color: #DB714E;
}
</style>