Shades of Burnt Sienna #DF7450
Tints of Burnt Sienna #DF7450
RGB
CMYK
RGB Variations
Color information
#DF7450 (or 0xDF7450) is known color: Burnt Sienna. HEX triplet: DF, 74 and 50. RGB value is (223,116,80). Sum of RGB (Red+Green+Blue) = 223+116+80=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7450 is #208BAF. Grayscale: #909090. Windows color (decimal): -2132912 or 5272799. OLE color: 5272799.
HSL color Cylindrical-coordinate representation of color #DF7450: hue angle of 15.1º degrees, saturation: 0.69, 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 #DF7450 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 80 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.13 |
| HSL | 15.1º | 0.69% | 0.59% | - |
| HSV(B) | 15.1º | 0.64% | 0.87% | - |
| XYZ | 38.12 | 28.76 | 11.13 | - |
| YUV | 143.89 | 91.95 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 80 | 0 | 0.48 | 0.64 | 0.13 | 15.1 | 0.69 | 0.59 |
| Hex | DF | 74 | 50 | 0 | 30 | 40 | D | F | 45 | 3B |
| Octal | 337 | 164 | 120 | 0 | 60 | 100 | 15 | 17 | 105 | 73 |
| Binary | 11011111 | 1110100 | 1010000 | 0 | 110000 | 1000000 | 1101 | 1111 | 1000101 | 111011 |
Color Harmonies of #DF7450
Complementary color
Monochromatic Colors of #DF7450
Black with #DF7450
Text Example
Text Example
White with #DF7450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7450; }
p { color: rgb(223,116,80); }
H1.HeaderClassName
{
color: #DF7450;
}
.AnyTagClassName
{
color: #DF7450;
}
</style>
background-color css
<style>
a { background-color: #DF7450; }
a { background-color: rgb(223,116,80); }
div.DivClassName
{
background-color: #DF7450;
}
.BgClassName
{
background-color: #DF7450;
}
</style>
border-color css
<style>
span { border-color: #DF7450; }
span { border-color: rgb(223,116,80); }
td.TdClassName
{
border-color: #DF7450;
}
.TagClassName
{
border-color: #DF7450;
}
</style>