Shades of Tenne (Tawny) #DC5408
Tints of Tenne (Tawny) #DC5408
RGB
CMYK
RGB Variations
Color information
#DC5408 (or 0xDC5408) is known color: Tenne (Tawny). HEX triplet: DC, 54 and 08. RGB value is (220,84,8). Sum of RGB (Red+Green+Blue) = 220+84+8=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5408 is #23ABF7. Grayscale: #747474. Windows color (decimal): -2337784 or 546012. OLE color: 546012.
HSL color Cylindrical-coordinate representation of color #DC5408: hue angle of 21.51º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC5408 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.14 |
| HSL | 21.51º | 0.93% | 0.45% | - |
| HSV(B) | 21.51º | 0.96% | 0.86% | - |
| XYZ | 32.73 | 21.57 | 2.67 | - |
| YUV | 116 | 67.06 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 8 | 0 | 0.62 | 0.96 | 0.14 | 21.51 | 0.93 | 0.45 |
| Hex | DC | 54 | 8 | 0 | 3E | 60 | E | 16 | 5D | 2D |
| Octal | 334 | 124 | 10 | 0 | 76 | 140 | 16 | 26 | 135 | 55 |
| Binary | 11011100 | 1010100 | 1000 | 0 | 111110 | 1100000 | 1110 | 10110 | 1011101 | 101101 |
Color Harmonies of #DC5408
Complementary color
Monochromatic Colors of #DC5408
Black with #DC5408
Text Example
Text Example
White with #DC5408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5408; }
p { color: rgb(220,84,8); }
H1.HeaderClassName
{
color: #DC5408;
}
.AnyTagClassName
{
color: #DC5408;
}
</style>
background-color css
<style>
a { background-color: #DC5408; }
a { background-color: rgb(220,84,8); }
div.DivClassName
{
background-color: #DC5408;
}
.BgClassName
{
background-color: #DC5408;
}
</style>
border-color css
<style>
span { border-color: #DC5408; }
span { border-color: rgb(220,84,8); }
td.TdClassName
{
border-color: #DC5408;
}
.TagClassName
{
border-color: #DC5408;
}
</style>