Shades of Burnt Sienna #DC7551
Tints of Burnt Sienna #DC7551
RGB
CMYK
RGB Variations
Color information
#DC7551 (or 0xDC7551) is known color: Burnt Sienna. HEX triplet: DC, 75 and 51. RGB value is (220,117,81). Sum of RGB (Red+Green+Blue) = 220+117+81=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7551 is #238AAE. Grayscale: #8F8F8F. Windows color (decimal): -2329263 or 5338588. OLE color: 5338588.
HSL color Cylindrical-coordinate representation of color #DC7551: hue angle of 15.54º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC7551 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 81 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.14 |
| HSL | 15.54º | 0.67% | 0.59% | - |
| HSV(B) | 15.54º | 0.63% | 0.86% | - |
| XYZ | 37.36 | 28.53 | 11.32 | - |
| YUV | 143.69 | 92.62 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 81 | 0 | 0.47 | 0.63 | 0.14 | 15.54 | 0.67 | 0.59 |
| Hex | DC | 75 | 51 | 0 | 2F | 3F | E | 10 | 43 | 3B |
| Octal | 334 | 165 | 121 | 0 | 57 | 77 | 16 | 20 | 103 | 73 |
| Binary | 11011100 | 1110101 | 1010001 | 0 | 101111 | 111111 | 1110 | 10000 | 1000011 | 111011 |
Color Harmonies of #DC7551
Complementary color
Monochromatic Colors of #DC7551
Black with #DC7551
Text Example
Text Example
White with #DC7551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7551; }
p { color: rgb(220,117,81); }
H1.HeaderClassName
{
color: #DC7551;
}
.AnyTagClassName
{
color: #DC7551;
}
</style>
background-color css
<style>
a { background-color: #DC7551; }
a { background-color: rgb(220,117,81); }
div.DivClassName
{
background-color: #DC7551;
}
.BgClassName
{
background-color: #DC7551;
}
</style>
border-color css
<style>
span { border-color: #DC7551; }
span { border-color: rgb(220,117,81); }
td.TdClassName
{
border-color: #DC7551;
}
.TagClassName
{
border-color: #DC7551;
}
</style>