Shades of Tenne (Tawny) #DC5A0A
Tints of Tenne (Tawny) #DC5A0A
RGB
CMYK
RGB Variations
Color information
#DC5A0A (or 0xDC5A0A) is known color: Tenne (Tawny). HEX triplet: DC, 5A and 0A. RGB value is (220,90,10). Sum of RGB (Red+Green+Blue) = 220+90+10=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5A0A is #23A5F5. Grayscale: #787878. Windows color (decimal): -2336246 or 678620. OLE color: 678620.
HSL color Cylindrical-coordinate representation of color #DC5A0A: hue angle of 22.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC5A0A is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 10 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.14 |
| HSL | 22.86º | 0.91% | 0.45% | - |
| HSV(B) | 22.86º | 0.95% | 0.86% | - |
| XYZ | 33.23 | 22.55 | 2.89 | - |
| YUV | 119.75 | 66.07 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 10 | 0 | 0.59 | 0.95 | 0.14 | 22.86 | 0.91 | 0.45 |
| Hex | DC | 5A | A | 0 | 3B | 5F | E | 17 | 5B | 2D |
| Octal | 334 | 132 | 12 | 0 | 73 | 137 | 16 | 27 | 133 | 55 |
| Binary | 11011100 | 1011010 | 1010 | 0 | 111011 | 1011111 | 1110 | 10111 | 1011011 | 101101 |
Color Harmonies of #DC5A0A
Complementary color
Monochromatic Colors of #DC5A0A
Black with #DC5A0A
Text Example
Text Example
White with #DC5A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A0A; }
p { color: rgb(220,90,10); }
H1.HeaderClassName
{
color: #DC5A0A;
}
.AnyTagClassName
{
color: #DC5A0A;
}
</style>
background-color css
<style>
a { background-color: #DC5A0A; }
a { background-color: rgb(220,90,10); }
div.DivClassName
{
background-color: #DC5A0A;
}
.BgClassName
{
background-color: #DC5A0A;
}
</style>
border-color css
<style>
span { border-color: #DC5A0A; }
span { border-color: rgb(220,90,10); }
td.TdClassName
{
border-color: #DC5A0A;
}
.TagClassName
{
border-color: #DC5A0A;
}
</style>