Shades of Burnt Sienna #DD7350
Tints of Burnt Sienna #DD7350
RGB
CMYK
RGB Variations
Color information
#DD7350 (or 0xDD7350) is known color: Burnt Sienna. HEX triplet: DD, 73 and 50. RGB value is (221,115,80). Sum of RGB (Red+Green+Blue) = 221+115+80=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7350 is #228CAF. Grayscale: #8E8E8E. Windows color (decimal): -2264240 or 5272541. OLE color: 5272541.
HSL color Cylindrical-coordinate representation of color #DD7350: hue angle of 14.89º 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 #DD7350 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 80 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.13 |
| HSL | 14.89º | 0.67% | 0.59% | - |
| HSV(B) | 14.89º | 0.64% | 0.87% | - |
| XYZ | 37.4 | 28.21 | 11.06 | - |
| YUV | 142.7 | 92.62 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 80 | 0 | 0.48 | 0.64 | 0.13 | 14.89 | 0.67 | 0.59 |
| Hex | DD | 73 | 50 | 0 | 30 | 40 | D | F | 43 | 3B |
| Octal | 335 | 163 | 120 | 0 | 60 | 100 | 15 | 17 | 103 | 73 |
| Binary | 11011101 | 1110011 | 1010000 | 0 | 110000 | 1000000 | 1101 | 1111 | 1000011 | 111011 |
Color Harmonies of #DD7350
Complementary color
Monochromatic Colors of #DD7350
Black with #DD7350
Text Example
Text Example
White with #DD7350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7350; }
p { color: rgb(221,115,80); }
H1.HeaderClassName
{
color: #DD7350;
}
.AnyTagClassName
{
color: #DD7350;
}
</style>
background-color css
<style>
a { background-color: #DD7350; }
a { background-color: rgb(221,115,80); }
div.DivClassName
{
background-color: #DD7350;
}
.BgClassName
{
background-color: #DD7350;
}
</style>
border-color css
<style>
span { border-color: #DD7350; }
span { border-color: rgb(221,115,80); }
td.TdClassName
{
border-color: #DD7350;
}
.TagClassName
{
border-color: #DD7350;
}
</style>