Shades of Tenne (Tawny) #DC5E01
Tints of Tenne (Tawny) #DC5E01
RGB
CMYK
RGB Variations
Color information
#DC5E01 (or 0xDC5E01) is known color: Tenne (Tawny). HEX triplet: DC, 5E and 01. RGB value is (220,94,1). Sum of RGB (Red+Green+Blue) = 220+94+1=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5E01 is #23A1FE. Grayscale: #797979. Windows color (decimal): -2335231 or 89820. OLE color: 89820.
HSL color Cylindrical-coordinate representation of color #DC5E01: hue angle of 25.48º 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 #DC5E01 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 1 | - |
| CMYK | 0 | 0.57 | 1.00 | 0.14 |
| HSL | 25.48º | 0.99% | 0.43% | - |
| HSV(B) | 25.48º | 1% | 0.86% | - |
| XYZ | 33.52 | 23.22 | 2.74 | - |
| YUV | 121.07 | 60.24 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 1 | 0 | 0.57 | 1.00 | 0.14 | 25.48 | 0.99 | 0.43 |
| Hex | DC | 5E | 1 | 0 | 39 | 64 | E | 19 | 63 | 2B |
| Octal | 334 | 136 | 1 | 0 | 71 | 144 | 16 | 31 | 143 | 53 |
| Binary | 11011100 | 1011110 | 1 | 0 | 111001 | 1100100 | 1110 | 11001 | 1100011 | 101011 |
Color Harmonies of #DC5E01
Complementary color
Monochromatic Colors of #DC5E01
Black with #DC5E01
Text Example
Text Example
White with #DC5E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5E01; }
p { color: rgb(220,94,1); }
H1.HeaderClassName
{
color: #DC5E01;
}
.AnyTagClassName
{
color: #DC5E01;
}
</style>
background-color css
<style>
a { background-color: #DC5E01; }
a { background-color: rgb(220,94,1); }
div.DivClassName
{
background-color: #DC5E01;
}
.BgClassName
{
background-color: #DC5E01;
}
</style>
border-color css
<style>
span { border-color: #DC5E01; }
span { border-color: rgb(220,94,1); }
td.TdClassName
{
border-color: #DC5E01;
}
.TagClassName
{
border-color: #DC5E01;
}
</style>