Shades of Burnt Sienna #DF704E
Tints of Burnt Sienna #DF704E
RGB
CMYK
RGB Variations
Color information
#DF704E (or 0xDF704E) is known color: Burnt Sienna. HEX triplet: DF, 70 and 4E. RGB value is (223,112,78). Sum of RGB (Red+Green+Blue) = 223+112+78=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF704E is #208FB1. Grayscale: #8D8D8D. Windows color (decimal): -2133938 or 5140703. OLE color: 5140703.
HSL color Cylindrical-coordinate representation of color #DF704E: hue angle of 14.07º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF704E is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 78 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.13 |
| HSL | 14.07º | 0.69% | 0.59% | - |
| HSV(B) | 14.07º | 0.65% | 0.87% | - |
| XYZ | 37.6 | 27.83 | 10.6 | - |
| YUV | 141.31 | 92.27 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 78 | 0 | 0.50 | 0.65 | 0.13 | 14.07 | 0.69 | 0.59 |
| Hex | DF | 70 | 4E | 0 | 32 | 41 | D | E | 45 | 3B |
| Octal | 337 | 160 | 116 | 0 | 62 | 101 | 15 | 16 | 105 | 73 |
| Binary | 11011111 | 1110000 | 1001110 | 0 | 110010 | 1000001 | 1101 | 1110 | 1000101 | 111011 |
Color Harmonies of #DF704E
Complementary color
Monochromatic Colors of #DF704E
Black with #DF704E
Text Example
Text Example
White with #DF704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF704E; }
p { color: rgb(223,112,78); }
H1.HeaderClassName
{
color: #DF704E;
}
.AnyTagClassName
{
color: #DF704E;
}
</style>
background-color css
<style>
a { background-color: #DF704E; }
a { background-color: rgb(223,112,78); }
div.DivClassName
{
background-color: #DF704E;
}
.BgClassName
{
background-color: #DF704E;
}
</style>
border-color css
<style>
span { border-color: #DF704E; }
span { border-color: rgb(223,112,78); }
td.TdClassName
{
border-color: #DF704E;
}
.TagClassName
{
border-color: #DF704E;
}
</style>