Shades of Burnt Sienna #DD7F56
Tints of Burnt Sienna #DD7F56
RGB
CMYK
RGB Variations
Color information
#DD7F56 (or 0xDD7F56) is known color: Burnt Sienna. HEX triplet: DD, 7F and 56. RGB value is (221,127,86). Sum of RGB (Red+Green+Blue) = 221+127+86=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F56 is #2280A9. Grayscale: #969696. Windows color (decimal): -2261162 or 5668829. OLE color: 5668829.
HSL color Cylindrical-coordinate representation of color #DD7F56: hue angle of 18.22º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD7F56 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 86 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.13 |
| HSL | 18.22º | 0.67% | 0.6% | - |
| HSV(B) | 18.22º | 0.61% | 0.87% | - |
| XYZ | 39.09 | 31.22 | 12.77 | - |
| YUV | 150.43 | 91.64 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 86 | 0 | 0.43 | 0.61 | 0.13 | 18.22 | 0.67 | 0.6 |
| Hex | DD | 7F | 56 | 0 | 2B | 3D | D | 12 | 43 | 3C |
| Octal | 335 | 177 | 126 | 0 | 53 | 75 | 15 | 22 | 103 | 74 |
| Binary | 11011101 | 1111111 | 1010110 | 0 | 101011 | 111101 | 1101 | 10010 | 1000011 | 111100 |
Color Harmonies of #DD7F56
Complementary color
Monochromatic Colors of #DD7F56
Black with #DD7F56
Text Example
Text Example
White with #DD7F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F56; }
p { color: rgb(221,127,86); }
H1.HeaderClassName
{
color: #DD7F56;
}
.AnyTagClassName
{
color: #DD7F56;
}
</style>
background-color css
<style>
a { background-color: #DD7F56; }
a { background-color: rgb(221,127,86); }
div.DivClassName
{
background-color: #DD7F56;
}
.BgClassName
{
background-color: #DD7F56;
}
</style>
border-color css
<style>
span { border-color: #DD7F56; }
span { border-color: rgb(221,127,86); }
td.TdClassName
{
border-color: #DD7F56;
}
.TagClassName
{
border-color: #DD7F56;
}
</style>