Shades of Tenne (Tawny) #DC5A00
Tints of Tenne (Tawny) #DC5A00
RGB
CMYK
RGB Variations
Color information
#DC5A00 (or 0xDC5A00) is known color: Tenne (Tawny). HEX triplet: DC, 5A and 00. RGB value is (220,90,0). Sum of RGB (Red+Green+Blue) = 220+90+0=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5A00 is #23A5FF. Grayscale: #777777. Windows color (decimal): -2336256 or 23260. OLE color: 23260.
HSL color Cylindrical-coordinate representation of color #DC5A00: hue angle of 24.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC5A00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.14 |
| HSL | 24.55º | 1% | 0.43% | - |
| HSV(B) | 24.55º | 1% | 0.86% | - |
| XYZ | 33.17 | 22.53 | 2.6 | - |
| YUV | 118.61 | 61.07 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 0 | 0 | 0.59 | 1 | 0.14 | 24.55 | 1 | 0.43 |
| Hex | DC | 5A | 0 | 0 | 3B | 64 | E | 19 | 64 | 2B |
| Octal | 334 | 132 | 0 | 0 | 73 | 144 | 16 | 31 | 144 | 53 |
| Binary | 11011100 | 1011010 | 0 | 0 | 111011 | 1100100 | 1110 | 11001 | 1100100 | 101011 |
Color Harmonies of #DC5A00
Complementary color
Monochromatic Colors of #DC5A00
Black with #DC5A00
Text Example
Text Example
White with #DC5A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A00; }
p { color: rgb(220,90,0); }
H1.HeaderClassName
{
color: #DC5A00;
}
.AnyTagClassName
{
color: #DC5A00;
}
</style>
background-color css
<style>
a { background-color: #DC5A00; }
a { background-color: rgb(220,90,0); }
div.DivClassName
{
background-color: #DC5A00;
}
.BgClassName
{
background-color: #DC5A00;
}
</style>
border-color css
<style>
span { border-color: #DC5A00; }
span { border-color: rgb(220,90,0); }
td.TdClassName
{
border-color: #DC5A00;
}
.TagClassName
{
border-color: #DC5A00;
}
</style>