Shades of Tenne (Tawny) #DC5803
Tints of Tenne (Tawny) #DC5803
RGB
CMYK
RGB Variations
Color information
#DC5803 (or 0xDC5803) is known color: Tenne (Tawny). HEX triplet: DC, 58 and 03. RGB value is (220,88,3). Sum of RGB (Red+Green+Blue) = 220+88+3=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5803 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5803 is #23A7FC. Grayscale: #767676. Windows color (decimal): -2336765 or 219356. OLE color: 219356.
HSL color Cylindrical-coordinate representation of color #DC5803: hue angle of 23.5º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC5803 is Cyan = 0, Magento = 0.6, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 3 | - |
| CMYK | 0 | 0.6 | 0.99 | 0.14 |
| HSL | 23.5º | 0.97% | 0.44% | - |
| HSV(B) | 23.5º | 0.99% | 0.86% | - |
| XYZ | 33.02 | 22.2 | 2.63 | - |
| YUV | 117.78 | 63.23 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 3 | 0 | 0.6 | 0.99 | 0.14 | 23.5 | 0.97 | 0.44 |
| Hex | DC | 58 | 3 | 0 | 3C | 63 | E | 18 | 61 | 2C |
| Octal | 334 | 130 | 3 | 0 | 74 | 143 | 16 | 30 | 141 | 54 |
| Binary | 11011100 | 1011000 | 11 | 0 | 111100 | 1100011 | 1110 | 11000 | 1100001 | 101100 |
Color Harmonies of #DC5803
Complementary color
Monochromatic Colors of #DC5803
Black with #DC5803
Text Example
Text Example
White with #DC5803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5803; }
p { color: rgb(220,88,3); }
H1.HeaderClassName
{
color: #DC5803;
}
.AnyTagClassName
{
color: #DC5803;
}
</style>
background-color css
<style>
a { background-color: #DC5803; }
a { background-color: rgb(220,88,3); }
div.DivClassName
{
background-color: #DC5803;
}
.BgClassName
{
background-color: #DC5803;
}
</style>
border-color css
<style>
span { border-color: #DC5803; }
span { border-color: rgb(220,88,3); }
td.TdClassName
{
border-color: #DC5803;
}
.TagClassName
{
border-color: #DC5803;
}
</style>