Shades of Tenne (Tawny) #DC5507
Tints of Tenne (Tawny) #DC5507
RGB
CMYK
RGB Variations
Color information
#DC5507 (or 0xDC5507) is known color: Tenne (Tawny). HEX triplet: DC, 55 and 07. RGB value is (220,85,7). Sum of RGB (Red+Green+Blue) = 220+85+7=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5507 is #23AAF8. Grayscale: #747474. Windows color (decimal): -2337529 or 480732. OLE color: 480732.
HSL color Cylindrical-coordinate representation of color #DC5507: hue angle of 21.97º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC5507 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 7 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.14 |
| HSL | 21.97º | 0.94% | 0.45% | - |
| HSV(B) | 21.97º | 0.97% | 0.86% | - |
| XYZ | 32.8 | 21.73 | 2.67 | - |
| YUV | 116.47 | 66.23 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 7 | 0 | 0.61 | 0.97 | 0.14 | 21.97 | 0.94 | 0.45 |
| Hex | DC | 55 | 7 | 0 | 3D | 61 | E | 16 | 5E | 2D |
| Octal | 334 | 125 | 7 | 0 | 75 | 141 | 16 | 26 | 136 | 55 |
| Binary | 11011100 | 1010101 | 111 | 0 | 111101 | 1100001 | 1110 | 10110 | 1011110 | 101101 |
Color Harmonies of #DC5507
Complementary color
Monochromatic Colors of #DC5507
Black with #DC5507
Text Example
Text Example
White with #DC5507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5507; }
p { color: rgb(220,85,7); }
H1.HeaderClassName
{
color: #DC5507;
}
.AnyTagClassName
{
color: #DC5507;
}
</style>
background-color css
<style>
a { background-color: #DC5507; }
a { background-color: rgb(220,85,7); }
div.DivClassName
{
background-color: #DC5507;
}
.BgClassName
{
background-color: #DC5507;
}
</style>
border-color css
<style>
span { border-color: #DC5507; }
span { border-color: rgb(220,85,7); }
td.TdClassName
{
border-color: #DC5507;
}
.TagClassName
{
border-color: #DC5507;
}
</style>