Shades of Burnt Sienna #DD7750
Tints of Burnt Sienna #DD7750
RGB
CMYK
RGB Variations
Color information
#DD7750 (or 0xDD7750) is known color: Burnt Sienna. HEX triplet: DD, 77 and 50. RGB value is (221,119,80). Sum of RGB (Red+Green+Blue) = 221+119+80=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7750 is #2288AF. Grayscale: #919191. Windows color (decimal): -2263216 or 5273565. OLE color: 5273565.
HSL color Cylindrical-coordinate representation of color #DD7750: hue angle of 16.6º 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 #DD7750 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 80 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.13 |
| HSL | 16.6º | 0.67% | 0.59% | - |
| HSV(B) | 16.6º | 0.64% | 0.87% | - |
| XYZ | 37.86 | 29.14 | 11.22 | - |
| YUV | 145.05 | 91.29 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 80 | 0 | 0.46 | 0.64 | 0.13 | 16.6 | 0.67 | 0.59 |
| Hex | DD | 77 | 50 | 0 | 2E | 40 | D | 11 | 43 | 3B |
| Octal | 335 | 167 | 120 | 0 | 56 | 100 | 15 | 21 | 103 | 73 |
| Binary | 11011101 | 1110111 | 1010000 | 0 | 101110 | 1000000 | 1101 | 10001 | 1000011 | 111011 |
Color Harmonies of #DD7750
Complementary color
Monochromatic Colors of #DD7750
Black with #DD7750
Text Example
Text Example
White with #DD7750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7750; }
p { color: rgb(221,119,80); }
H1.HeaderClassName
{
color: #DD7750;
}
.AnyTagClassName
{
color: #DD7750;
}
</style>
background-color css
<style>
a { background-color: #DD7750; }
a { background-color: rgb(221,119,80); }
div.DivClassName
{
background-color: #DD7750;
}
.BgClassName
{
background-color: #DD7750;
}
</style>
border-color css
<style>
span { border-color: #DD7750; }
span { border-color: rgb(221,119,80); }
td.TdClassName
{
border-color: #DD7750;
}
.TagClassName
{
border-color: #DD7750;
}
</style>