Shades of Burnt Sienna #DC7A54
Tints of Burnt Sienna #DC7A54
RGB
CMYK
RGB Variations
Color information
#DC7A54 (or 0xDC7A54) is known color: Burnt Sienna. HEX triplet: DC, 7A and 54. RGB value is (220,122,84). Sum of RGB (Red+Green+Blue) = 220+122+84=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A54 is #2385AB. Grayscale: #939393. Windows color (decimal): -2327980 or 5536476. OLE color: 5536476.
HSL color Cylindrical-coordinate representation of color #DC7A54: hue angle of 16.76º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC7A54 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 84 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.14 |
| HSL | 16.76º | 0.66% | 0.6% | - |
| HSV(B) | 16.76º | 0.62% | 0.86% | - |
| XYZ | 38.07 | 29.77 | 12.13 | - |
| YUV | 146.97 | 92.47 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 84 | 0 | 0.45 | 0.62 | 0.14 | 16.76 | 0.66 | 0.6 |
| Hex | DC | 7A | 54 | 0 | 2D | 3E | E | 11 | 42 | 3C |
| Octal | 334 | 172 | 124 | 0 | 55 | 76 | 16 | 21 | 102 | 74 |
| Binary | 11011100 | 1111010 | 1010100 | 0 | 101101 | 111110 | 1110 | 10001 | 1000010 | 111100 |
Color Harmonies of #DC7A54
Complementary color
Monochromatic Colors of #DC7A54
Black with #DC7A54
Text Example
Text Example
White with #DC7A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A54; }
p { color: rgb(220,122,84); }
H1.HeaderClassName
{
color: #DC7A54;
}
.AnyTagClassName
{
color: #DC7A54;
}
</style>
background-color css
<style>
a { background-color: #DC7A54; }
a { background-color: rgb(220,122,84); }
div.DivClassName
{
background-color: #DC7A54;
}
.BgClassName
{
background-color: #DC7A54;
}
</style>
border-color css
<style>
span { border-color: #DC7A54; }
span { border-color: rgb(220,122,84); }
td.TdClassName
{
border-color: #DC7A54;
}
.TagClassName
{
border-color: #DC7A54;
}
</style>