Shades of Tenne (Tawny) #DC5203
Tints of Tenne (Tawny) #DC5203
RGB
CMYK
RGB Variations
Color information
#DC5203 (or 0xDC5203) is known color: Tenne (Tawny). HEX triplet: DC, 52 and 03. RGB value is (220,82,3). Sum of RGB (Red+Green+Blue) = 220+82+3=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5203 is #23ADFC. Grayscale: #727272. Windows color (decimal): -2338301 or 217820. OLE color: 217820.
HSL color Cylindrical-coordinate representation of color #DC5203: hue angle of 21.84º degrees, saturation: 0.97, 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 #DC5203 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 3 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.14 |
| HSL | 21.84º | 0.97% | 0.44% | - |
| HSV(B) | 21.84º | 0.99% | 0.86% | - |
| XYZ | 32.55 | 21.26 | 2.47 | - |
| YUV | 114.26 | 65.22 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 3 | 0 | 0.63 | 0.99 | 0.14 | 21.84 | 0.97 | 0.44 |
| Hex | DC | 52 | 3 | 0 | 3F | 63 | E | 16 | 61 | 2C |
| Octal | 334 | 122 | 3 | 0 | 77 | 143 | 16 | 26 | 141 | 54 |
| Binary | 11011100 | 1010010 | 11 | 0 | 111111 | 1100011 | 1110 | 10110 | 1100001 | 101100 |
Color Harmonies of #DC5203
Complementary color
Monochromatic Colors of #DC5203
Black with #DC5203
Text Example
Text Example
White with #DC5203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5203; }
p { color: rgb(220,82,3); }
H1.HeaderClassName
{
color: #DC5203;
}
.AnyTagClassName
{
color: #DC5203;
}
</style>
background-color css
<style>
a { background-color: #DC5203; }
a { background-color: rgb(220,82,3); }
div.DivClassName
{
background-color: #DC5203;
}
.BgClassName
{
background-color: #DC5203;
}
</style>
border-color css
<style>
span { border-color: #DC5203; }
span { border-color: rgb(220,82,3); }
td.TdClassName
{
border-color: #DC5203;
}
.TagClassName
{
border-color: #DC5203;
}
</style>