Shades of Equator #DAAC64
Tints of Equator #DAAC64
RGB
CMYK
RGB Variations
Color information
#DAAC64 (or 0xDAAC64) is known color: Equator. HEX triplet: DA, AC and 64. RGB value is (218,172,100). Sum of RGB (Red+Green+Blue) = 218+172+100=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 100 (39.45% from 255 or 20.41% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC64 is #25539B. Grayscale: #B1B1B1. Windows color (decimal): -2446236 or 6597850. OLE color: 6597850.
HSL color Cylindrical-coordinate representation of color #DAAC64: hue angle of 36.61º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAAC64 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 100 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.15 |
| HSL | 36.61º | 0.61% | 0.62% | - |
| HSV(B) | 36.61º | 0.54% | 0.85% | - |
| XYZ | 45.97 | 45.33 | 18.38 | - |
| YUV | 177.55 | 84.24 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 100 | 0 | 0.21 | 0.54 | 0.15 | 36.61 | 0.61 | 0.62 |
| Hex | DA | AC | 64 | 0 | 15 | 36 | F | 25 | 3D | 3E |
| Octal | 332 | 254 | 144 | 0 | 25 | 66 | 17 | 45 | 75 | 76 |
| Binary | 11011010 | 10101100 | 1100100 | 0 | 10101 | 110110 | 1111 | 100101 | 111101 | 111110 |
Color Harmonies of #DAAC64
Complementary color
Monochromatic Colors of #DAAC64
Black with #DAAC64
Text Example
Text Example
White with #DAAC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC64; }
p { color: rgb(218,172,100); }
H1.HeaderClassName
{
color: #DAAC64;
}
.AnyTagClassName
{
color: #DAAC64;
}
</style>
background-color css
<style>
a { background-color: #DAAC64; }
a { background-color: rgb(218,172,100); }
div.DivClassName
{
background-color: #DAAC64;
}
.BgClassName
{
background-color: #DAAC64;
}
</style>
border-color css
<style>
span { border-color: #DAAC64; }
span { border-color: rgb(218,172,100); }
td.TdClassName
{
border-color: #DAAC64;
}
.TagClassName
{
border-color: #DAAC64;
}
</style>