Shades of Burnt Sienna #DD7550
Tints of Burnt Sienna #DD7550
RGB
CMYK
RGB Variations
Color information
#DD7550 (or 0xDD7550) is known color: Burnt Sienna. HEX triplet: DD, 75 and 50. RGB value is (221,117,80). Sum of RGB (Red+Green+Blue) = 221+117+80=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7550 is #228AAF. Grayscale: #909090. Windows color (decimal): -2263728 or 5273053. OLE color: 5273053.
HSL color Cylindrical-coordinate representation of color #DD7550: hue angle of 15.74º degrees, saturation: 0.67, 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 #DD7550 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 80 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.13 |
| HSL | 15.74º | 0.67% | 0.59% | - |
| HSV(B) | 15.74º | 0.64% | 0.87% | - |
| XYZ | 37.63 | 28.67 | 11.14 | - |
| YUV | 143.88 | 91.96 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 80 | 0 | 0.47 | 0.64 | 0.13 | 15.74 | 0.67 | 0.59 |
| Hex | DD | 75 | 50 | 0 | 2F | 40 | D | 10 | 43 | 3B |
| Octal | 335 | 165 | 120 | 0 | 57 | 100 | 15 | 20 | 103 | 73 |
| Binary | 11011101 | 1110101 | 1010000 | 0 | 101111 | 1000000 | 1101 | 10000 | 1000011 | 111011 |
Color Harmonies of #DD7550
Complementary color
Monochromatic Colors of #DD7550
Black with #DD7550
Text Example
Text Example
White with #DD7550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7550; }
p { color: rgb(221,117,80); }
H1.HeaderClassName
{
color: #DD7550;
}
.AnyTagClassName
{
color: #DD7550;
}
</style>
background-color css
<style>
a { background-color: #DD7550; }
a { background-color: rgb(221,117,80); }
div.DivClassName
{
background-color: #DD7550;
}
.BgClassName
{
background-color: #DD7550;
}
</style>
border-color css
<style>
span { border-color: #DD7550; }
span { border-color: rgb(221,117,80); }
td.TdClassName
{
border-color: #DD7550;
}
.TagClassName
{
border-color: #DD7550;
}
</style>