Shades of Burnt Sienna #DC7552
Tints of Burnt Sienna #DC7552
RGB
CMYK
RGB Variations
Color information
#DC7552 (or 0xDC7552) is known color: Burnt Sienna. HEX triplet: DC, 75 and 52. RGB value is (220,117,82). Sum of RGB (Red+Green+Blue) = 220+117+82=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7552 is #238AAD. Grayscale: #909090. Windows color (decimal): -2329262 or 5404124. OLE color: 5404124.
HSL color Cylindrical-coordinate representation of color #DC7552: hue angle of 15.22º degrees, saturation: 0.66, 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 #DC7552 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 82 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.14 |
| HSL | 15.22º | 0.66% | 0.59% | - |
| HSV(B) | 15.22º | 0.63% | 0.86% | - |
| XYZ | 37.4 | 28.55 | 11.52 | - |
| YUV | 143.81 | 93.12 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 82 | 0 | 0.47 | 0.63 | 0.14 | 15.22 | 0.66 | 0.59 |
| Hex | DC | 75 | 52 | 0 | 2F | 3F | E | F | 42 | 3B |
| Octal | 334 | 165 | 122 | 0 | 57 | 77 | 16 | 17 | 102 | 73 |
| Binary | 11011100 | 1110101 | 1010010 | 0 | 101111 | 111111 | 1110 | 1111 | 1000010 | 111011 |
Color Harmonies of #DC7552
Complementary color
Monochromatic Colors of #DC7552
Black with #DC7552
Text Example
Text Example
White with #DC7552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7552; }
p { color: rgb(220,117,82); }
H1.HeaderClassName
{
color: #DC7552;
}
.AnyTagClassName
{
color: #DC7552;
}
</style>
background-color css
<style>
a { background-color: #DC7552; }
a { background-color: rgb(220,117,82); }
div.DivClassName
{
background-color: #DC7552;
}
.BgClassName
{
background-color: #DC7552;
}
</style>
border-color css
<style>
span { border-color: #DC7552; }
span { border-color: rgb(220,117,82); }
td.TdClassName
{
border-color: #DC7552;
}
.TagClassName
{
border-color: #DC7552;
}
</style>