Shades of Burnt Sienna #DC7150
Tints of Burnt Sienna #DC7150
RGB
CMYK
RGB Variations
Color information
#DC7150 (or 0xDC7150) is known color: Burnt Sienna. HEX triplet: DC, 71 and 50. RGB value is (220,113,80). Sum of RGB (Red+Green+Blue) = 220+113+80=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7150 is #238EAF. Grayscale: #8D8D8D. Windows color (decimal): -2330288 or 5272028. OLE color: 5272028.
HSL color Cylindrical-coordinate representation of color #DC7150: hue angle of 14.14º 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 #DC7150 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 80 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.14 |
| HSL | 14.14º | 0.67% | 0.59% | - |
| HSV(B) | 14.14º | 0.64% | 0.86% | - |
| XYZ | 36.87 | 27.61 | 10.97 | - |
| YUV | 141.23 | 93.45 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 80 | 0 | 0.49 | 0.64 | 0.14 | 14.14 | 0.67 | 0.59 |
| Hex | DC | 71 | 50 | 0 | 31 | 40 | E | E | 43 | 3B |
| Octal | 334 | 161 | 120 | 0 | 61 | 100 | 16 | 16 | 103 | 73 |
| Binary | 11011100 | 1110001 | 1010000 | 0 | 110001 | 1000000 | 1110 | 1110 | 1000011 | 111011 |
Color Harmonies of #DC7150
Complementary color
Monochromatic Colors of #DC7150
Black with #DC7150
Text Example
Text Example
White with #DC7150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7150; }
p { color: rgb(220,113,80); }
H1.HeaderClassName
{
color: #DC7150;
}
.AnyTagClassName
{
color: #DC7150;
}
</style>
background-color css
<style>
a { background-color: #DC7150; }
a { background-color: rgb(220,113,80); }
div.DivClassName
{
background-color: #DC7150;
}
.BgClassName
{
background-color: #DC7150;
}
</style>
border-color css
<style>
span { border-color: #DC7150; }
span { border-color: rgb(220,113,80); }
td.TdClassName
{
border-color: #DC7150;
}
.TagClassName
{
border-color: #DC7150;
}
</style>