Shades of Burnt Sienna #DD7751
Tints of Burnt Sienna #DD7751
RGB
CMYK
RGB Variations
Color information
#DD7751 (or 0xDD7751) is known color: Burnt Sienna. HEX triplet: DD, 77 and 51. RGB value is (221,119,81). Sum of RGB (Red+Green+Blue) = 221+119+81=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 81 (32.03% from 255 or 19.24% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7751 is #2288AE. Grayscale: #919191. Windows color (decimal): -2263215 or 5339101. OLE color: 5339101.
HSL color Cylindrical-coordinate representation of color #DD7751: hue angle of 16.29º 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 #DD7751 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 81 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.13 |
| HSL | 16.29º | 0.67% | 0.59% | - |
| HSV(B) | 16.29º | 0.63% | 0.87% | - |
| XYZ | 37.9 | 29.16 | 11.42 | - |
| YUV | 145.17 | 91.79 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 81 | 0 | 0.46 | 0.63 | 0.13 | 16.29 | 0.67 | 0.59 |
| Hex | DD | 77 | 51 | 0 | 2E | 3F | D | 10 | 43 | 3B |
| Octal | 335 | 167 | 121 | 0 | 56 | 77 | 15 | 20 | 103 | 73 |
| Binary | 11011101 | 1110111 | 1010001 | 0 | 101110 | 111111 | 1101 | 10000 | 1000011 | 111011 |
Color Harmonies of #DD7751
Complementary color
Monochromatic Colors of #DD7751
Black with #DD7751
Text Example
Text Example
White with #DD7751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7751; }
p { color: rgb(221,119,81); }
H1.HeaderClassName
{
color: #DD7751;
}
.AnyTagClassName
{
color: #DD7751;
}
</style>
background-color css
<style>
a { background-color: #DD7751; }
a { background-color: rgb(221,119,81); }
div.DivClassName
{
background-color: #DD7751;
}
.BgClassName
{
background-color: #DD7751;
}
</style>
border-color css
<style>
span { border-color: #DD7751; }
span { border-color: rgb(221,119,81); }
td.TdClassName
{
border-color: #DD7751;
}
.TagClassName
{
border-color: #DD7751;
}
</style>