Shades of Tenne (Tawny) #DC5305
Tints of Tenne (Tawny) #DC5305
RGB
CMYK
RGB Variations
Color information
#DC5305 (or 0xDC5305) is known color: Tenne (Tawny). HEX triplet: DC, 53 and 05. RGB value is (220,83,5). Sum of RGB (Red+Green+Blue) = 220+83+5=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5305 is #23ACFA. Grayscale: #737373. Windows color (decimal): -2338043 or 349148. OLE color: 349148.
HSL color Cylindrical-coordinate representation of color #DC5305: hue angle of 21.77º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC5305 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 5 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.14 |
| HSL | 21.77º | 0.96% | 0.44% | - |
| HSV(B) | 21.77º | 0.98% | 0.86% | - |
| XYZ | 32.64 | 21.41 | 2.56 | - |
| YUV | 115.07 | 65.89 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 5 | 0 | 0.62 | 0.98 | 0.14 | 21.77 | 0.96 | 0.44 |
| Hex | DC | 53 | 5 | 0 | 3E | 62 | E | 16 | 60 | 2C |
| Octal | 334 | 123 | 5 | 0 | 76 | 142 | 16 | 26 | 140 | 54 |
| Binary | 11011100 | 1010011 | 101 | 0 | 111110 | 1100010 | 1110 | 10110 | 1100000 | 101100 |
Color Harmonies of #DC5305
Complementary color
Monochromatic Colors of #DC5305
Black with #DC5305
Text Example
Text Example
White with #DC5305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5305; }
p { color: rgb(220,83,5); }
H1.HeaderClassName
{
color: #DC5305;
}
.AnyTagClassName
{
color: #DC5305;
}
</style>
background-color css
<style>
a { background-color: #DC5305; }
a { background-color: rgb(220,83,5); }
div.DivClassName
{
background-color: #DC5305;
}
.BgClassName
{
background-color: #DC5305;
}
</style>
border-color css
<style>
span { border-color: #DC5305; }
span { border-color: rgb(220,83,5); }
td.TdClassName
{
border-color: #DC5305;
}
.TagClassName
{
border-color: #DC5305;
}
</style>