Shades of Tenne (Tawny) #DC5700
Tints of Tenne (Tawny) #DC5700
RGB
CMYK
RGB Variations
Color information
#DC5700 (or 0xDC5700) is known color: Tenne (Tawny). HEX triplet: DC, 57 and 00. RGB value is (220,87,0). Sum of RGB (Red+Green+Blue) = 220+87+0=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5700 is #23A8FF. Grayscale: #757575. Windows color (decimal): -2337024 or 22492. OLE color: 22492.
HSL color Cylindrical-coordinate representation of color #DC5700: hue angle of 23.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC5700 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.14 |
| HSL | 23.73º | 1% | 0.43% | - |
| HSV(B) | 23.73º | 1% | 0.86% | - |
| XYZ | 32.92 | 22.03 | 2.52 | - |
| YUV | 116.85 | 62.06 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 0 | 0 | 0.60 | 1 | 0.14 | 23.73 | 1 | 0.43 |
| Hex | DC | 57 | 0 | 0 | 3C | 64 | E | 18 | 64 | 2B |
| Octal | 334 | 127 | 0 | 0 | 74 | 144 | 16 | 30 | 144 | 53 |
| Binary | 11011100 | 1010111 | 0 | 0 | 111100 | 1100100 | 1110 | 11000 | 1100100 | 101011 |
Color Harmonies of #DC5700
Complementary color
Monochromatic Colors of #DC5700
Black with #DC5700
Text Example
Text Example
White with #DC5700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5700; }
p { color: rgb(220,87,0); }
H1.HeaderClassName
{
color: #DC5700;
}
.AnyTagClassName
{
color: #DC5700;
}
</style>
background-color css
<style>
a { background-color: #DC5700; }
a { background-color: rgb(220,87,0); }
div.DivClassName
{
background-color: #DC5700;
}
.BgClassName
{
background-color: #DC5700;
}
</style>
border-color css
<style>
span { border-color: #DC5700; }
span { border-color: rgb(220,87,0); }
td.TdClassName
{
border-color: #DC5700;
}
.TagClassName
{
border-color: #DC5700;
}
</style>