Shades of Burnt Sienna #DC7650
Tints of Burnt Sienna #DC7650
RGB
CMYK
RGB Variations
Color information
#DC7650 (or 0xDC7650) is known color: Burnt Sienna. HEX triplet: DC, 76 and 50. RGB value is (220,118,80). Sum of RGB (Red+Green+Blue) = 220+118+80=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7650 is #2389AF. Grayscale: #909090. Windows color (decimal): -2329008 or 5273308. OLE color: 5273308.
HSL color Cylindrical-coordinate representation of color #DC7650: hue angle of 16.29º 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 #DC7650 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 80 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.14 |
| HSL | 16.29º | 0.67% | 0.59% | - |
| HSV(B) | 16.29º | 0.64% | 0.86% | - |
| XYZ | 37.44 | 28.75 | 11.17 | - |
| YUV | 144.17 | 91.79 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 80 | 0 | 0.46 | 0.64 | 0.14 | 16.29 | 0.67 | 0.59 |
| Hex | DC | 76 | 50 | 0 | 2E | 40 | E | 10 | 43 | 3B |
| Octal | 334 | 166 | 120 | 0 | 56 | 100 | 16 | 20 | 103 | 73 |
| Binary | 11011100 | 1110110 | 1010000 | 0 | 101110 | 1000000 | 1110 | 10000 | 1000011 | 111011 |
Color Harmonies of #DC7650
Complementary color
Monochromatic Colors of #DC7650
Black with #DC7650
Text Example
Text Example
White with #DC7650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7650; }
p { color: rgb(220,118,80); }
H1.HeaderClassName
{
color: #DC7650;
}
.AnyTagClassName
{
color: #DC7650;
}
</style>
background-color css
<style>
a { background-color: #DC7650; }
a { background-color: rgb(220,118,80); }
div.DivClassName
{
background-color: #DC7650;
}
.BgClassName
{
background-color: #DC7650;
}
</style>
border-color css
<style>
span { border-color: #DC7650; }
span { border-color: rgb(220,118,80); }
td.TdClassName
{
border-color: #DC7650;
}
.TagClassName
{
border-color: #DC7650;
}
</style>