Shades of Tenne (Tawny) #DC5703
Tints of Tenne (Tawny) #DC5703
RGB
CMYK
RGB Variations
Color information
#DC5703 (or 0xDC5703) is known color: Tenne (Tawny). HEX triplet: DC, 57 and 03. RGB value is (220,87,3). Sum of RGB (Red+Green+Blue) = 220+87+3=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5703 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5703 is #23A8FC. Grayscale: #757575. Windows color (decimal): -2337021 or 219100. OLE color: 219100.
HSL color Cylindrical-coordinate representation of color #DC5703: hue angle of 23.23º 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 #DC5703 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 3 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.14 |
| HSL | 23.23º | 0.97% | 0.44% | - |
| HSV(B) | 23.23º | 0.99% | 0.86% | - |
| XYZ | 32.94 | 22.04 | 2.6 | - |
| YUV | 117.19 | 63.56 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 3 | 0 | 0.60 | 0.99 | 0.14 | 23.23 | 0.97 | 0.44 |
| Hex | DC | 57 | 3 | 0 | 3C | 63 | E | 17 | 61 | 2C |
| Octal | 334 | 127 | 3 | 0 | 74 | 143 | 16 | 27 | 141 | 54 |
| Binary | 11011100 | 1010111 | 11 | 0 | 111100 | 1100011 | 1110 | 10111 | 1100001 | 101100 |
Color Harmonies of #DC5703
Complementary color
Monochromatic Colors of #DC5703
Black with #DC5703
Text Example
Text Example
White with #DC5703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5703; }
p { color: rgb(220,87,3); }
H1.HeaderClassName
{
color: #DC5703;
}
.AnyTagClassName
{
color: #DC5703;
}
</style>
background-color css
<style>
a { background-color: #DC5703; }
a { background-color: rgb(220,87,3); }
div.DivClassName
{
background-color: #DC5703;
}
.BgClassName
{
background-color: #DC5703;
}
</style>
border-color css
<style>
span { border-color: #DC5703; }
span { border-color: rgb(220,87,3); }
td.TdClassName
{
border-color: #DC5703;
}
.TagClassName
{
border-color: #DC5703;
}
</style>