Shades of Tenne (Tawny) #DC5901
Tints of Tenne (Tawny) #DC5901
RGB
CMYK
RGB Variations
Color information
#DC5901 (or 0xDC5901) is known color: Tenne (Tawny). HEX triplet: DC, 59 and 01. RGB value is (220,89,1). Sum of RGB (Red+Green+Blue) = 220+89+1=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5901 is #23A6FE. Grayscale: #767676. Windows color (decimal): -2336511 or 88540. OLE color: 88540.
HSL color Cylindrical-coordinate representation of color #DC5901: hue angle of 24.11º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC5901 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 1 | - |
| CMYK | 0 | 0.60 | 1.00 | 0.14 |
| HSL | 24.11º | 0.99% | 0.43% | - |
| HSV(B) | 24.11º | 1% | 0.86% | - |
| XYZ | 33.09 | 22.36 | 2.6 | - |
| YUV | 118.14 | 61.9 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 1 | 0 | 0.60 | 1.00 | 0.14 | 24.11 | 0.99 | 0.43 |
| Hex | DC | 59 | 1 | 0 | 3C | 64 | E | 18 | 63 | 2B |
| Octal | 334 | 131 | 1 | 0 | 74 | 144 | 16 | 30 | 143 | 53 |
| Binary | 11011100 | 1011001 | 1 | 0 | 111100 | 1100100 | 1110 | 11000 | 1100011 | 101011 |
Color Harmonies of #DC5901
Complementary color
Monochromatic Colors of #DC5901
Black with #DC5901
Text Example
Text Example
White with #DC5901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5901; }
p { color: rgb(220,89,1); }
H1.HeaderClassName
{
color: #DC5901;
}
.AnyTagClassName
{
color: #DC5901;
}
</style>
background-color css
<style>
a { background-color: #DC5901; }
a { background-color: rgb(220,89,1); }
div.DivClassName
{
background-color: #DC5901;
}
.BgClassName
{
background-color: #DC5901;
}
</style>
border-color css
<style>
span { border-color: #DC5901; }
span { border-color: rgb(220,89,1); }
td.TdClassName
{
border-color: #DC5901;
}
.TagClassName
{
border-color: #DC5901;
}
</style>