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