Shades of Tenne (Tawny) #DC5A06
Tints of Tenne (Tawny) #DC5A06
RGB
CMYK
RGB Variations
Color information
#DC5A06 (or 0xDC5A06) is known color: Tenne (Tawny). HEX triplet: DC, 5A and 06. RGB value is (220,90,6). Sum of RGB (Red+Green+Blue) = 220+90+6=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5A06 is #23A5F9. Grayscale: #777777. Windows color (decimal): -2336250 or 416476. OLE color: 416476.
HSL color Cylindrical-coordinate representation of color #DC5A06: hue angle of 23.55º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC5A06 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 6 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.14 |
| HSL | 23.55º | 0.95% | 0.44% | - |
| HSV(B) | 23.55º | 0.97% | 0.86% | - |
| XYZ | 33.2 | 22.54 | 2.77 | - |
| YUV | 119.29 | 64.07 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 6 | 0 | 0.59 | 0.97 | 0.14 | 23.55 | 0.95 | 0.44 |
| Hex | DC | 5A | 6 | 0 | 3B | 61 | E | 18 | 5F | 2C |
| Octal | 334 | 132 | 6 | 0 | 73 | 141 | 16 | 30 | 137 | 54 |
| Binary | 11011100 | 1011010 | 110 | 0 | 111011 | 1100001 | 1110 | 11000 | 1011111 | 101100 |
Color Harmonies of #DC5A06
Complementary color
Monochromatic Colors of #DC5A06
Black with #DC5A06
Text Example
Text Example
White with #DC5A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A06; }
p { color: rgb(220,90,6); }
H1.HeaderClassName
{
color: #DC5A06;
}
.AnyTagClassName
{
color: #DC5A06;
}
</style>
background-color css
<style>
a { background-color: #DC5A06; }
a { background-color: rgb(220,90,6); }
div.DivClassName
{
background-color: #DC5A06;
}
.BgClassName
{
background-color: #DC5A06;
}
</style>
border-color css
<style>
span { border-color: #DC5A06; }
span { border-color: rgb(220,90,6); }
td.TdClassName
{
border-color: #DC5A06;
}
.TagClassName
{
border-color: #DC5A06;
}
</style>