Shades of Burnt Sienna #DD7451
Tints of Burnt Sienna #DD7451
RGB
CMYK
RGB Variations
Color information
#DD7451 (or 0xDD7451) is known color: Burnt Sienna. HEX triplet: DD, 74 and 51. RGB value is (221,116,81). Sum of RGB (Red+Green+Blue) = 221+116+81=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7451 is #228BAE. Grayscale: #8F8F8F. Windows color (decimal): -2263983 or 5338333. OLE color: 5338333.
HSL color Cylindrical-coordinate representation of color #DD7451: hue angle of 15º 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 #DD7451 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 81 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.13 |
| HSL | 15º | 0.67% | 0.59% | - |
| HSV(B) | 15º | 0.63% | 0.87% | - |
| XYZ | 37.55 | 28.46 | 11.3 | - |
| YUV | 143.41 | 92.79 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 81 | 0 | 0.48 | 0.63 | 0.13 | 15 | 0.67 | 0.59 |
| Hex | DD | 74 | 51 | 0 | 30 | 3F | D | F | 43 | 3B |
| Octal | 335 | 164 | 121 | 0 | 60 | 77 | 15 | 17 | 103 | 73 |
| Binary | 11011101 | 1110100 | 1010001 | 0 | 110000 | 111111 | 1101 | 1111 | 1000011 | 111011 |
Color Harmonies of #DD7451
Complementary color
Monochromatic Colors of #DD7451
Black with #DD7451
Text Example
Text Example
White with #DD7451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7451; }
p { color: rgb(221,116,81); }
H1.HeaderClassName
{
color: #DD7451;
}
.AnyTagClassName
{
color: #DD7451;
}
</style>
background-color css
<style>
a { background-color: #DD7451; }
a { background-color: rgb(221,116,81); }
div.DivClassName
{
background-color: #DD7451;
}
.BgClassName
{
background-color: #DD7451;
}
</style>
border-color css
<style>
span { border-color: #DD7451; }
span { border-color: rgb(221,116,81); }
td.TdClassName
{
border-color: #DD7451;
}
.TagClassName
{
border-color: #DD7451;
}
</style>