Shades of Burnt Sienna #DE714F
Tints of Burnt Sienna #DE714F
RGB
CMYK
RGB Variations
Color information
#DE714F (or 0xDE714F) is known color: Burnt Sienna. HEX triplet: DE, 71 and 4F. RGB value is (222,113,79). Sum of RGB (Red+Green+Blue) = 222+113+79=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DE714F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE714F is #218EB0. Grayscale: #8D8D8D. Windows color (decimal): -2199217 or 5206494. OLE color: 5206494.
HSL color Cylindrical-coordinate representation of color #DE714F: hue angle of 14.27º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE714F is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 113 | 79 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.13 |
| HSL | 14.27º | 0.68% | 0.59% | - |
| HSV(B) | 14.27º | 0.64% | 0.87% | - |
| XYZ | 37.44 | 27.9 | 10.81 | - |
| YUV | 141.72 | 92.61 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 113 | 79 | 0 | 0.49 | 0.64 | 0.13 | 14.27 | 0.68 | 0.59 |
| Hex | DE | 71 | 4F | 0 | 31 | 40 | D | E | 44 | 3B |
| Octal | 336 | 161 | 117 | 0 | 61 | 100 | 15 | 16 | 104 | 73 |
| Binary | 11011110 | 1110001 | 1001111 | 0 | 110001 | 1000000 | 1101 | 1110 | 1000100 | 111011 |
Color Harmonies of #DE714F
Complementary color
Monochromatic Colors of #DE714F
Black with #DE714F
Text Example
Text Example
White with #DE714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE714F; }
p { color: rgb(222,113,79); }
H1.HeaderClassName
{
color: #DE714F;
}
.AnyTagClassName
{
color: #DE714F;
}
</style>
background-color css
<style>
a { background-color: #DE714F; }
a { background-color: rgb(222,113,79); }
div.DivClassName
{
background-color: #DE714F;
}
.BgClassName
{
background-color: #DE714F;
}
</style>
border-color css
<style>
span { border-color: #DE714F; }
span { border-color: rgb(222,113,79); }
td.TdClassName
{
border-color: #DE714F;
}
.TagClassName
{
border-color: #DE714F;
}
</style>