Shades of Tenne (Tawny) #DA5700
Tints of Tenne (Tawny) #DA5700
RGB
CMYK
RGB Variations
Color information
#DA5700 (or 0xDA5700) is known color: Tenne (Tawny). HEX triplet: DA, 57 and 00. RGB value is (218,87,0). Sum of RGB (Red+Green+Blue) = 218+87+0=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5700 is #25A8FF. Grayscale: #747474. Windows color (decimal): -2468096 or 22490. OLE color: 22490.
HSL color Cylindrical-coordinate representation of color #DA5700: hue angle of 23.94º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA5700 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.15 |
| HSL | 23.94º | 1% | 0.43% | - |
| HSV(B) | 23.94º | 1% | 0.85% | - |
| XYZ | 32.32 | 21.72 | 2.49 | - |
| YUV | 116.25 | 62.4 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 0 | 0 | 0.60 | 1 | 0.15 | 23.94 | 1 | 0.43 |
| Hex | DA | 57 | 0 | 0 | 3C | 64 | F | 18 | 64 | 2B |
| Octal | 332 | 127 | 0 | 0 | 74 | 144 | 17 | 30 | 144 | 53 |
| Binary | 11011010 | 1010111 | 0 | 0 | 111100 | 1100100 | 1111 | 11000 | 1100100 | 101011 |
Color Harmonies of #DA5700
Complementary color
Monochromatic Colors of #DA5700
Black with #DA5700
Text Example
Text Example
White with #DA5700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5700; }
p { color: rgb(218,87,0); }
H1.HeaderClassName
{
color: #DA5700;
}
.AnyTagClassName
{
color: #DA5700;
}
</style>
background-color css
<style>
a { background-color: #DA5700; }
a { background-color: rgb(218,87,0); }
div.DivClassName
{
background-color: #DA5700;
}
.BgClassName
{
background-color: #DA5700;
}
</style>
border-color css
<style>
span { border-color: #DA5700; }
span { border-color: rgb(218,87,0); }
td.TdClassName
{
border-color: #DA5700;
}
.TagClassName
{
border-color: #DA5700;
}
</style>