Shades of Tenne (Tawny) #DC5A0C
Tints of Tenne (Tawny) #DC5A0C
RGB
CMYK
RGB Variations
Color information
#DC5A0C (or 0xDC5A0C) is known color: Tenne (Tawny). HEX triplet: DC, 5A and 0C. RGB value is (220,90,12). Sum of RGB (Red+Green+Blue) = 220+90+12=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5A0C is #23A5F3. Grayscale: #787878. Windows color (decimal): -2336244 or 809692. OLE color: 809692.
HSL color Cylindrical-coordinate representation of color #DC5A0C: hue angle of 22.5º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC5A0C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 12 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.14 |
| HSL | 22.5º | 0.9% | 0.45% | - |
| HSV(B) | 22.5º | 0.95% | 0.86% | - |
| XYZ | 33.24 | 22.55 | 2.95 | - |
| YUV | 119.98 | 67.07 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 12 | 0 | 0.59 | 0.95 | 0.14 | 22.5 | 0.9 | 0.45 |
| Hex | DC | 5A | C | 0 | 3B | 5F | E | 16 | 5A | 2D |
| Octal | 334 | 132 | 14 | 0 | 73 | 137 | 16 | 26 | 132 | 55 |
| Binary | 11011100 | 1011010 | 1100 | 0 | 111011 | 1011111 | 1110 | 10110 | 1011010 | 101101 |
Color Harmonies of #DC5A0C
Complementary color
Monochromatic Colors of #DC5A0C
Black with #DC5A0C
Text Example
Text Example
White with #DC5A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A0C; }
p { color: rgb(220,90,12); }
H1.HeaderClassName
{
color: #DC5A0C;
}
.AnyTagClassName
{
color: #DC5A0C;
}
</style>
background-color css
<style>
a { background-color: #DC5A0C; }
a { background-color: rgb(220,90,12); }
div.DivClassName
{
background-color: #DC5A0C;
}
.BgClassName
{
background-color: #DC5A0C;
}
</style>
border-color css
<style>
span { border-color: #DC5A0C; }
span { border-color: rgb(220,90,12); }
td.TdClassName
{
border-color: #DC5A0C;
}
.TagClassName
{
border-color: #DC5A0C;
}
</style>