Shades of Tenne (Tawny) #DC5003
Tints of Tenne (Tawny) #DC5003
RGB
CMYK
RGB Variations
Color information
#DC5003 (or 0xDC5003) is known color: Tenne (Tawny). HEX triplet: DC, 50 and 03. RGB value is (220,80,3). Sum of RGB (Red+Green+Blue) = 220+80+3=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5003 is #23AFFC. Grayscale: #717171. Windows color (decimal): -2338813 or 217308. OLE color: 217308.
HSL color Cylindrical-coordinate representation of color #DC5003: hue angle of 21.29º 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 #DC5003 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 3 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.14 |
| HSL | 21.29º | 0.97% | 0.44% | - |
| HSV(B) | 21.29º | 0.99% | 0.86% | - |
| XYZ | 32.4 | 20.96 | 2.42 | - |
| YUV | 113.08 | 65.88 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 3 | 0 | 0.64 | 0.99 | 0.14 | 21.29 | 0.97 | 0.44 |
| Hex | DC | 50 | 3 | 0 | 40 | 63 | E | 15 | 61 | 2C |
| Octal | 334 | 120 | 3 | 0 | 100 | 143 | 16 | 25 | 141 | 54 |
| Binary | 11011100 | 1010000 | 11 | 0 | 1000000 | 1100011 | 1110 | 10101 | 1100001 | 101100 |
Color Harmonies of #DC5003
Complementary color
Monochromatic Colors of #DC5003
Black with #DC5003
Text Example
Text Example
White with #DC5003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5003; }
p { color: rgb(220,80,3); }
H1.HeaderClassName
{
color: #DC5003;
}
.AnyTagClassName
{
color: #DC5003;
}
</style>
background-color css
<style>
a { background-color: #DC5003; }
a { background-color: rgb(220,80,3); }
div.DivClassName
{
background-color: #DC5003;
}
.BgClassName
{
background-color: #DC5003;
}
</style>
border-color css
<style>
span { border-color: #DC5003; }
span { border-color: rgb(220,80,3); }
td.TdClassName
{
border-color: #DC5003;
}
.TagClassName
{
border-color: #DC5003;
}
</style>