Shades of Burnt Sienna #DD7452
Tints of Burnt Sienna #DD7452
RGB
CMYK
RGB Variations
Color information
#DD7452 (or 0xDD7452) is known color: Burnt Sienna. HEX triplet: DD, 74 and 52. RGB value is (221,116,82). Sum of RGB (Red+Green+Blue) = 221+116+82=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7452 is #228BAD. Grayscale: #8F8F8F. Windows color (decimal): -2263982 or 5403869. OLE color: 5403869.
HSL color Cylindrical-coordinate representation of color #DD7452: hue angle of 14.68º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD7452 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 82 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.13 |
| HSL | 14.68º | 0.67% | 0.59% | - |
| HSV(B) | 14.68º | 0.63% | 0.87% | - |
| XYZ | 37.59 | 28.47 | 11.5 | - |
| YUV | 143.52 | 93.29 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 82 | 0 | 0.48 | 0.63 | 0.13 | 14.68 | 0.67 | 0.59 |
| Hex | DD | 74 | 52 | 0 | 30 | 3F | D | F | 43 | 3B |
| Octal | 335 | 164 | 122 | 0 | 60 | 77 | 15 | 17 | 103 | 73 |
| Binary | 11011101 | 1110100 | 1010010 | 0 | 110000 | 111111 | 1101 | 1111 | 1000011 | 111011 |
Color Harmonies of #DD7452
Complementary color
Monochromatic Colors of #DD7452
Black with #DD7452
Text Example
Text Example
White with #DD7452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7452; }
p { color: rgb(221,116,82); }
H1.HeaderClassName
{
color: #DD7452;
}
.AnyTagClassName
{
color: #DD7452;
}
</style>
background-color css
<style>
a { background-color: #DD7452; }
a { background-color: rgb(221,116,82); }
div.DivClassName
{
background-color: #DD7452;
}
.BgClassName
{
background-color: #DD7452;
}
</style>
border-color css
<style>
span { border-color: #DD7452; }
span { border-color: rgb(221,116,82); }
td.TdClassName
{
border-color: #DD7452;
}
.TagClassName
{
border-color: #DD7452;
}
</style>