Shades of Burnt Sienna #DC7550
Tints of Burnt Sienna #DC7550
RGB
CMYK
RGB Variations
Color information
#DC7550 (or 0xDC7550) is known color: Burnt Sienna. HEX triplet: DC, 75 and 50. RGB value is (220,117,80). Sum of RGB (Red+Green+Blue) = 220+117+80=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7550 is #238AAF. Grayscale: #8F8F8F. Windows color (decimal): -2329264 or 5273052. OLE color: 5273052.
HSL color Cylindrical-coordinate representation of color #DC7550: hue angle of 15.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC7550 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 80 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.14 |
| HSL | 15.86º | 0.67% | 0.59% | - |
| HSV(B) | 15.86º | 0.64% | 0.86% | - |
| XYZ | 37.32 | 28.52 | 11.13 | - |
| YUV | 143.58 | 92.12 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 80 | 0 | 0.47 | 0.64 | 0.14 | 15.86 | 0.67 | 0.59 |
| Hex | DC | 75 | 50 | 0 | 2F | 40 | E | 10 | 43 | 3B |
| Octal | 334 | 165 | 120 | 0 | 57 | 100 | 16 | 20 | 103 | 73 |
| Binary | 11011100 | 1110101 | 1010000 | 0 | 101111 | 1000000 | 1110 | 10000 | 1000011 | 111011 |
Color Harmonies of #DC7550
Complementary color
Monochromatic Colors of #DC7550
Black with #DC7550
Text Example
Text Example
White with #DC7550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7550; }
p { color: rgb(220,117,80); }
H1.HeaderClassName
{
color: #DC7550;
}
.AnyTagClassName
{
color: #DC7550;
}
</style>
background-color css
<style>
a { background-color: #DC7550; }
a { background-color: rgb(220,117,80); }
div.DivClassName
{
background-color: #DC7550;
}
.BgClassName
{
background-color: #DC7550;
}
</style>
border-color css
<style>
span { border-color: #DC7550; }
span { border-color: rgb(220,117,80); }
td.TdClassName
{
border-color: #DC7550;
}
.TagClassName
{
border-color: #DC7550;
}
</style>