Shades of Burnt Sienna #DE704C
Tints of Burnt Sienna #DE704C
RGB
CMYK
RGB Variations
Color information
#DE704C (or 0xDE704C) is known color: Burnt Sienna. HEX triplet: DE, 70 and 4C. RGB value is (222,112,76). Sum of RGB (Red+Green+Blue) = 222+112+76=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE704C is #218FB3. Grayscale: #8D8D8D. Windows color (decimal): -2199476 or 5009630. OLE color: 5009630.
HSL color Cylindrical-coordinate representation of color #DE704C: hue angle of 14.79º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE704C is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 112 | 76 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.13 |
| HSL | 14.79º | 0.69% | 0.58% | - |
| HSV(B) | 14.79º | 0.66% | 0.87% | - |
| XYZ | 37.22 | 27.64 | 10.21 | - |
| YUV | 140.79 | 91.44 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 112 | 76 | 0 | 0.50 | 0.66 | 0.13 | 14.79 | 0.69 | 0.58 |
| Hex | DE | 70 | 4C | 0 | 32 | 42 | D | F | 45 | 3A |
| Octal | 336 | 160 | 114 | 0 | 62 | 102 | 15 | 17 | 105 | 72 |
| Binary | 11011110 | 1110000 | 1001100 | 0 | 110010 | 1000010 | 1101 | 1111 | 1000101 | 111010 |
Color Harmonies of #DE704C
Complementary color
Monochromatic Colors of #DE704C
Black with #DE704C
Text Example
Text Example
White with #DE704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE704C; }
p { color: rgb(222,112,76); }
H1.HeaderClassName
{
color: #DE704C;
}
.AnyTagClassName
{
color: #DE704C;
}
</style>
background-color css
<style>
a { background-color: #DE704C; }
a { background-color: rgb(222,112,76); }
div.DivClassName
{
background-color: #DE704C;
}
.BgClassName
{
background-color: #DE704C;
}
</style>
border-color css
<style>
span { border-color: #DE704C; }
span { border-color: rgb(222,112,76); }
td.TdClassName
{
border-color: #DE704C;
}
.TagClassName
{
border-color: #DE704C;
}
</style>