Shades of Burnt Sienna #DE6F4D
Tints of Burnt Sienna #DE6F4D
RGB
CMYK
RGB Variations
Color information
#DE6F4D (or 0xDE6F4D) is known color: Burnt Sienna. HEX triplet: DE, 6F and 4D. RGB value is (222,111,77). Sum of RGB (Red+Green+Blue) = 222+111+77=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6F4D is #2190B2. Grayscale: #8C8C8C. Windows color (decimal): -2199731 or 5074910. OLE color: 5074910.
HSL color Cylindrical-coordinate representation of color #DE6F4D: hue angle of 14.07º 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 #DE6F4D is Cyan = 0, Magento = 0.5, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 111 | 77 | - |
| CMYK | 0 | 0.5 | 0.65 | 0.13 |
| HSL | 14.07º | 0.69% | 0.59% | - |
| HSV(B) | 14.07º | 0.65% | 0.87% | - |
| XYZ | 37.15 | 27.43 | 10.36 | - |
| YUV | 140.31 | 92.27 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 111 | 77 | 0 | 0.5 | 0.65 | 0.13 | 14.07 | 0.69 | 0.59 |
| Hex | DE | 6F | 4D | 0 | 32 | 41 | D | E | 45 | 3B |
| Octal | 336 | 157 | 115 | 0 | 62 | 101 | 15 | 16 | 105 | 73 |
| Binary | 11011110 | 1101111 | 1001101 | 0 | 110010 | 1000001 | 1101 | 1110 | 1000101 | 111011 |
Color Harmonies of #DE6F4D
Complementary color
Monochromatic Colors of #DE6F4D
Black with #DE6F4D
Text Example
Text Example
White with #DE6F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6F4D; }
p { color: rgb(222,111,77); }
H1.HeaderClassName
{
color: #DE6F4D;
}
.AnyTagClassName
{
color: #DE6F4D;
}
</style>
background-color css
<style>
a { background-color: #DE6F4D; }
a { background-color: rgb(222,111,77); }
div.DivClassName
{
background-color: #DE6F4D;
}
.BgClassName
{
background-color: #DE6F4D;
}
</style>
border-color css
<style>
span { border-color: #DE6F4D; }
span { border-color: rgb(222,111,77); }
td.TdClassName
{
border-color: #DE6F4D;
}
.TagClassName
{
border-color: #DE6F4D;
}
</style>