Shades of Tenne (Tawny) #DC5502
Tints of Tenne (Tawny) #DC5502
RGB
CMYK
RGB Variations
Color information
#DC5502 (or 0xDC5502) is known color: Tenne (Tawny). HEX triplet: DC, 55 and 02. RGB value is (220,85,2). Sum of RGB (Red+Green+Blue) = 220+85+2=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5502 is #23AAFD. Grayscale: #747474. Windows color (decimal): -2337534 or 153052. OLE color: 153052.
HSL color Cylindrical-coordinate representation of color #DC5502: hue angle of 22.84º degrees, saturation: 0.98, 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 #DC5502 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.14 |
| HSL | 22.84º | 0.98% | 0.44% | - |
| HSV(B) | 22.84º | 0.99% | 0.86% | - |
| XYZ | 32.77 | 21.72 | 2.52 | - |
| YUV | 115.9 | 63.73 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 2 | 0 | 0.61 | 0.99 | 0.14 | 22.84 | 0.98 | 0.44 |
| Hex | DC | 55 | 2 | 0 | 3D | 63 | E | 17 | 62 | 2C |
| Octal | 334 | 125 | 2 | 0 | 75 | 143 | 16 | 27 | 142 | 54 |
| Binary | 11011100 | 1010101 | 10 | 0 | 111101 | 1100011 | 1110 | 10111 | 1100010 | 101100 |
Color Harmonies of #DC5502
Complementary color
Monochromatic Colors of #DC5502
Black with #DC5502
Text Example
Text Example
White with #DC5502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5502; }
p { color: rgb(220,85,2); }
H1.HeaderClassName
{
color: #DC5502;
}
.AnyTagClassName
{
color: #DC5502;
}
</style>
background-color css
<style>
a { background-color: #DC5502; }
a { background-color: rgb(220,85,2); }
div.DivClassName
{
background-color: #DC5502;
}
.BgClassName
{
background-color: #DC5502;
}
</style>
border-color css
<style>
span { border-color: #DC5502; }
span { border-color: rgb(220,85,2); }
td.TdClassName
{
border-color: #DC5502;
}
.TagClassName
{
border-color: #DC5502;
}
</style>