Shades of Burnt Sienna #DD7D55
Tints of Burnt Sienna #DD7D55
RGB
CMYK
RGB Variations
Color information
#DD7D55 (or 0xDD7D55) is known color: Burnt Sienna. HEX triplet: DD, 7D and 55. RGB value is (221,125,85). Sum of RGB (Red+Green+Blue) = 221+125+85=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D55 is #2282AA. Grayscale: #959595. Windows color (decimal): -2261675 or 5602781. OLE color: 5602781.
HSL color Cylindrical-coordinate representation of color #DD7D55: hue angle of 17.65º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD7D55 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 125 | 85 | - |
CMYK | 0 | 0.43 | 0.62 | 0.13 |
HSL | 17.65º | 0.67% | 0.6% | - |
HSV(B) | 17.65º | 0.62% | 0.87% | - |
XYZ | 38.79 | 30.7 | 12.47 | - |
YUV | 149.14 | 91.8 | 179.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 125 | 85 | 0 | 0.43 | 0.62 | 0.13 | 17.65 | 0.67 | 0.6 |
Hex | DD | 7D | 55 | 0 | 2B | 3E | D | 12 | 43 | 3C |
Octal | 335 | 175 | 125 | 0 | 53 | 76 | 15 | 22 | 103 | 74 |
Binary | 11011101 | 1111101 | 1010101 | 0 | 101011 | 111110 | 1101 | 10010 | 1000011 | 111100 |
Color Harmonies of #DD7D55
Complementary color
Monochromatic Colors of #DD7D55
Black with #DD7D55
Text Example
Text Example
White with #DD7D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D55; }
p { color: rgb(221,125,85); }
H1.HeaderClassName
{
color: #DD7D55;
}
.AnyTagClassName
{
color: #DD7D55;
}
</style>
background-color css
<style>
a { background-color: #DD7D55; }
a { background-color: rgb(221,125,85); }
div.DivClassName
{
background-color: #DD7D55;
}
.BgClassName
{
background-color: #DD7D55;
}
</style>
border-color css
<style>
span { border-color: #DD7D55; }
span { border-color: rgb(221,125,85); }
td.TdClassName
{
border-color: #DD7D55;
}
.TagClassName
{
border-color: #DD7D55;
}
</style>