Shades of Tenne (Tawny) #DC5A03
Tints of Tenne (Tawny) #DC5A03
RGB
CMYK
RGB Variations
Color information
#DC5A03 (or 0xDC5A03) is known color: Tenne (Tawny). HEX triplet: DC, 5A and 03. RGB value is (220,90,3). Sum of RGB (Red+Green+Blue) = 220+90+3=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5A03 is #23A5FC. Grayscale: #777777. Windows color (decimal): -2336253 or 219868. OLE color: 219868.
HSL color Cylindrical-coordinate representation of color #DC5A03: hue angle of 24.06º 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 #DC5A03 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 3 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.14 |
| HSL | 24.06º | 0.97% | 0.44% | - |
| HSV(B) | 24.06º | 0.99% | 0.86% | - |
| XYZ | 33.19 | 22.53 | 2.69 | - |
| YUV | 118.95 | 62.57 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 3 | 0 | 0.59 | 0.99 | 0.14 | 24.06 | 0.97 | 0.44 |
| Hex | DC | 5A | 3 | 0 | 3B | 63 | E | 18 | 61 | 2C |
| Octal | 334 | 132 | 3 | 0 | 73 | 143 | 16 | 30 | 141 | 54 |
| Binary | 11011100 | 1011010 | 11 | 0 | 111011 | 1100011 | 1110 | 11000 | 1100001 | 101100 |
Color Harmonies of #DC5A03
Complementary color
Monochromatic Colors of #DC5A03
Black with #DC5A03
Text Example
Text Example
White with #DC5A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A03; }
p { color: rgb(220,90,3); }
H1.HeaderClassName
{
color: #DC5A03;
}
.AnyTagClassName
{
color: #DC5A03;
}
</style>
background-color css
<style>
a { background-color: #DC5A03; }
a { background-color: rgb(220,90,3); }
div.DivClassName
{
background-color: #DC5A03;
}
.BgClassName
{
background-color: #DC5A03;
}
</style>
border-color css
<style>
span { border-color: #DC5A03; }
span { border-color: rgb(220,90,3); }
td.TdClassName
{
border-color: #DC5A03;
}
.TagClassName
{
border-color: #DC5A03;
}
</style>