Shades of Burnt Sienna #DD7551
Tints of Burnt Sienna #DD7551
RGB
CMYK
RGB Variations
Color information
#DD7551 (or 0xDD7551) is known color: Burnt Sienna. HEX triplet: DD, 75 and 51. RGB value is (221,117,81). Sum of RGB (Red+Green+Blue) = 221+117+81=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7551 is #228AAE. Grayscale: #909090. Windows color (decimal): -2263727 or 5338589. OLE color: 5338589.
HSL color Cylindrical-coordinate representation of color #DD7551: hue angle of 15.43º 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 #DD7551 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 81 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.13 |
| HSL | 15.43º | 0.67% | 0.59% | - |
| HSV(B) | 15.43º | 0.63% | 0.87% | - |
| XYZ | 37.67 | 28.69 | 11.34 | - |
| YUV | 143.99 | 92.46 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 81 | 0 | 0.47 | 0.63 | 0.13 | 15.43 | 0.67 | 0.59 |
| Hex | DD | 75 | 51 | 0 | 2F | 3F | D | F | 43 | 3B |
| Octal | 335 | 165 | 121 | 0 | 57 | 77 | 15 | 17 | 103 | 73 |
| Binary | 11011101 | 1110101 | 1010001 | 0 | 101111 | 111111 | 1101 | 1111 | 1000011 | 111011 |
Color Harmonies of #DD7551
Complementary color
Monochromatic Colors of #DD7551
Black with #DD7551
Text Example
Text Example
White with #DD7551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7551; }
p { color: rgb(221,117,81); }
H1.HeaderClassName
{
color: #DD7551;
}
.AnyTagClassName
{
color: #DD7551;
}
</style>
background-color css
<style>
a { background-color: #DD7551; }
a { background-color: rgb(221,117,81); }
div.DivClassName
{
background-color: #DD7551;
}
.BgClassName
{
background-color: #DD7551;
}
</style>
border-color css
<style>
span { border-color: #DD7551; }
span { border-color: rgb(221,117,81); }
td.TdClassName
{
border-color: #DD7551;
}
.TagClassName
{
border-color: #DD7551;
}
</style>