Shades of Tenne (Tawny) #DC5403
Tints of Tenne (Tawny) #DC5403
RGB
CMYK
RGB Variations
Color information
#DC5403 (or 0xDC5403) is known color: Tenne (Tawny). HEX triplet: DC, 54 and 03. RGB value is (220,84,3). Sum of RGB (Red+Green+Blue) = 220+84+3=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5403 is #23ABFC. Grayscale: #737373. Windows color (decimal): -2337789 or 218332. OLE color: 218332.
HSL color Cylindrical-coordinate representation of color #DC5403: hue angle of 22.4º 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 #DC5403 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 3 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.14 |
| HSL | 22.4º | 0.97% | 0.44% | - |
| HSV(B) | 22.4º | 0.99% | 0.86% | - |
| XYZ | 32.7 | 21.56 | 2.52 | - |
| YUV | 115.43 | 64.56 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 3 | 0 | 0.62 | 0.99 | 0.14 | 22.4 | 0.97 | 0.44 |
| Hex | DC | 54 | 3 | 0 | 3E | 63 | E | 16 | 61 | 2C |
| Octal | 334 | 124 | 3 | 0 | 76 | 143 | 16 | 26 | 141 | 54 |
| Binary | 11011100 | 1010100 | 11 | 0 | 111110 | 1100011 | 1110 | 10110 | 1100001 | 101100 |
Color Harmonies of #DC5403
Complementary color
Monochromatic Colors of #DC5403
Black with #DC5403
Text Example
Text Example
White with #DC5403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5403; }
p { color: rgb(220,84,3); }
H1.HeaderClassName
{
color: #DC5403;
}
.AnyTagClassName
{
color: #DC5403;
}
</style>
background-color css
<style>
a { background-color: #DC5403; }
a { background-color: rgb(220,84,3); }
div.DivClassName
{
background-color: #DC5403;
}
.BgClassName
{
background-color: #DC5403;
}
</style>
border-color css
<style>
span { border-color: #DC5403; }
span { border-color: rgb(220,84,3); }
td.TdClassName
{
border-color: #DC5403;
}
.TagClassName
{
border-color: #DC5403;
}
</style>