Shades of Burnt Sienna #DF704C
Tints of Burnt Sienna #DF704C
RGB
CMYK
RGB Variations
Color information
#DF704C (or 0xDF704C) is known color: Burnt Sienna. HEX triplet: DF, 70 and 4C. RGB value is (223,112,76). Sum of RGB (Red+Green+Blue) = 223+112+76=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF704C is #208FB3. Grayscale: #8D8D8D. Windows color (decimal): -2133940 or 5009631. OLE color: 5009631.
HSL color Cylindrical-coordinate representation of color #DF704C: hue angle of 14.69º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF704C is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 76 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.13 |
| HSL | 14.69º | 0.7% | 0.59% | - |
| HSV(B) | 14.69º | 0.66% | 0.87% | - |
| XYZ | 37.53 | 27.8 | 10.23 | - |
| YUV | 141.09 | 91.27 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 76 | 0 | 0.50 | 0.66 | 0.13 | 14.69 | 0.7 | 0.59 |
| Hex | DF | 70 | 4C | 0 | 32 | 42 | D | F | 46 | 3B |
| Octal | 337 | 160 | 114 | 0 | 62 | 102 | 15 | 17 | 106 | 73 |
| Binary | 11011111 | 1110000 | 1001100 | 0 | 110010 | 1000010 | 1101 | 1111 | 1000110 | 111011 |
Color Harmonies of #DF704C
Complementary color
Monochromatic Colors of #DF704C
Black with #DF704C
Text Example
Text Example
White with #DF704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF704C; }
p { color: rgb(223,112,76); }
H1.HeaderClassName
{
color: #DF704C;
}
.AnyTagClassName
{
color: #DF704C;
}
</style>
background-color css
<style>
a { background-color: #DF704C; }
a { background-color: rgb(223,112,76); }
div.DivClassName
{
background-color: #DF704C;
}
.BgClassName
{
background-color: #DF704C;
}
</style>
border-color css
<style>
span { border-color: #DF704C; }
span { border-color: rgb(223,112,76); }
td.TdClassName
{
border-color: #DF704C;
}
.TagClassName
{
border-color: #DF704C;
}
</style>