Shades of Burnt Sienna #DF704F
Tints of Burnt Sienna #DF704F
RGB
CMYK
RGB Variations
Color information
#DF704F (or 0xDF704F) is known color: Burnt Sienna. HEX triplet: DF, 70 and 4F. RGB value is (223,112,79). Sum of RGB (Red+Green+Blue) = 223+112+79=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF704F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF704F is #208FB0. Grayscale: #8D8D8D. Windows color (decimal): -2133937 or 5206239. OLE color: 5206239.
HSL color Cylindrical-coordinate representation of color #DF704F: hue angle of 13.75º 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 #DF704F is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 79 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.13 |
| HSL | 13.75º | 0.69% | 0.59% | - |
| HSV(B) | 13.75º | 0.65% | 0.87% | - |
| XYZ | 37.64 | 27.84 | 10.79 | - |
| YUV | 141.43 | 92.77 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 79 | 0 | 0.50 | 0.65 | 0.13 | 13.75 | 0.69 | 0.59 |
| Hex | DF | 70 | 4F | 0 | 32 | 41 | D | E | 45 | 3B |
| Octal | 337 | 160 | 117 | 0 | 62 | 101 | 15 | 16 | 105 | 73 |
| Binary | 11011111 | 1110000 | 1001111 | 0 | 110010 | 1000001 | 1101 | 1110 | 1000101 | 111011 |
Color Harmonies of #DF704F
Complementary color
Monochromatic Colors of #DF704F
Black with #DF704F
Text Example
Text Example
White with #DF704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF704F; }
p { color: rgb(223,112,79); }
H1.HeaderClassName
{
color: #DF704F;
}
.AnyTagClassName
{
color: #DF704F;
}
</style>
background-color css
<style>
a { background-color: #DF704F; }
a { background-color: rgb(223,112,79); }
div.DivClassName
{
background-color: #DF704F;
}
.BgClassName
{
background-color: #DF704F;
}
</style>
border-color css
<style>
span { border-color: #DF704F; }
span { border-color: rgb(223,112,79); }
td.TdClassName
{
border-color: #DF704F;
}
.TagClassName
{
border-color: #DF704F;
}
</style>