Shades of Burnt Sienna #DF704D
Tints of Burnt Sienna #DF704D
RGB
CMYK
RGB Variations
Color information
#DF704D (or 0xDF704D) is known color: Burnt Sienna. HEX triplet: DF, 70 and 4D. RGB value is (223,112,77). Sum of RGB (Red+Green+Blue) = 223+112+77=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF704D is #208FB2. Grayscale: #8D8D8D. Windows color (decimal): -2133939 or 5075167. OLE color: 5075167.
HSL color Cylindrical-coordinate representation of color #DF704D: hue angle of 14.38º degrees, saturation: 0.7, 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 #DF704D is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 77 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.13 |
| HSL | 14.38º | 0.7% | 0.59% | - |
| HSV(B) | 14.38º | 0.65% | 0.87% | - |
| XYZ | 37.57 | 27.81 | 10.41 | - |
| YUV | 141.2 | 91.77 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 77 | 0 | 0.50 | 0.65 | 0.13 | 14.38 | 0.7 | 0.59 |
| Hex | DF | 70 | 4D | 0 | 32 | 41 | D | E | 46 | 3B |
| Octal | 337 | 160 | 115 | 0 | 62 | 101 | 15 | 16 | 106 | 73 |
| Binary | 11011111 | 1110000 | 1001101 | 0 | 110010 | 1000001 | 1101 | 1110 | 1000110 | 111011 |
Color Harmonies of #DF704D
Complementary color
Monochromatic Colors of #DF704D
Black with #DF704D
Text Example
Text Example
White with #DF704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF704D; }
p { color: rgb(223,112,77); }
H1.HeaderClassName
{
color: #DF704D;
}
.AnyTagClassName
{
color: #DF704D;
}
</style>
background-color css
<style>
a { background-color: #DF704D; }
a { background-color: rgb(223,112,77); }
div.DivClassName
{
background-color: #DF704D;
}
.BgClassName
{
background-color: #DF704D;
}
</style>
border-color css
<style>
span { border-color: #DF704D; }
span { border-color: rgb(223,112,77); }
td.TdClassName
{
border-color: #DF704D;
}
.TagClassName
{
border-color: #DF704D;
}
</style>