Shades of Equator #DAAC5E
Tints of Equator #DAAC5E
RGB
CMYK
RGB Variations
Color information
#DAAC5E (or 0xDAAC5E) is known color: Equator. HEX triplet: DA, AC and 5E. RGB value is (218,172,94). Sum of RGB (Red+Green+Blue) = 218+172+94=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC5E is #2553A1. Grayscale: #B1B1B1. Windows color (decimal): -2446242 or 6204634. OLE color: 6204634.
HSL color Cylindrical-coordinate representation of color #DAAC5E: hue angle of 37.74º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAAC5E is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 94 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.15 |
| HSL | 37.74º | 0.63% | 0.61% | - |
| HSV(B) | 37.74º | 0.57% | 0.85% | - |
| XYZ | 45.69 | 45.22 | 16.91 | - |
| YUV | 176.86 | 81.24 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 94 | 0 | 0.21 | 0.57 | 0.15 | 37.74 | 0.63 | 0.61 |
| Hex | DA | AC | 5E | 0 | 15 | 39 | F | 26 | 3F | 3D |
| Octal | 332 | 254 | 136 | 0 | 25 | 71 | 17 | 46 | 77 | 75 |
| Binary | 11011010 | 10101100 | 1011110 | 0 | 10101 | 111001 | 1111 | 100110 | 111111 | 111101 |
Color Harmonies of #DAAC5E
Complementary color
Monochromatic Colors of #DAAC5E
Black with #DAAC5E
Text Example
Text Example
White with #DAAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC5E; }
p { color: rgb(218,172,94); }
H1.HeaderClassName
{
color: #DAAC5E;
}
.AnyTagClassName
{
color: #DAAC5E;
}
</style>
background-color css
<style>
a { background-color: #DAAC5E; }
a { background-color: rgb(218,172,94); }
div.DivClassName
{
background-color: #DAAC5E;
}
.BgClassName
{
background-color: #DAAC5E;
}
</style>
border-color css
<style>
span { border-color: #DAAC5E; }
span { border-color: rgb(218,172,94); }
td.TdClassName
{
border-color: #DAAC5E;
}
.TagClassName
{
border-color: #DAAC5E;
}
</style>