Shades of Equator #DAAE68
Tints of Equator #DAAE68
RGB
CMYK
RGB Variations
Color information
#DAAE68 (or 0xDAAE68) is known color: Equator. HEX triplet: DA, AE and 68. RGB value is (218,174,104). Sum of RGB (Red+Green+Blue) = 218+174+104=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAE68 is #255197. Grayscale: #B3B3B3. Windows color (decimal): -2445720 or 6860506. OLE color: 6860506.
HSL color Cylindrical-coordinate representation of color #DAAE68: hue angle of 36.84º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAAE68 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 174 | 104 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.15 |
| HSL | 36.84º | 0.61% | 0.63% | - |
| HSV(B) | 36.84º | 0.52% | 0.85% | - |
| XYZ | 46.55 | 46.18 | 19.56 | - |
| YUV | 179.18 | 85.58 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 104 | 0 | 0.20 | 0.52 | 0.15 | 36.84 | 0.61 | 0.63 |
| Hex | DA | AE | 68 | 0 | 14 | 34 | F | 25 | 3D | 3F |
| Octal | 332 | 256 | 150 | 0 | 24 | 64 | 17 | 45 | 75 | 77 |
| Binary | 11011010 | 10101110 | 1101000 | 0 | 10100 | 110100 | 1111 | 100101 | 111101 | 111111 |
Color Harmonies of #DAAE68
Complementary color
Monochromatic Colors of #DAAE68
Black with #DAAE68
Text Example
Text Example
White with #DAAE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAE68; }
p { color: rgb(218,174,104); }
H1.HeaderClassName
{
color: #DAAE68;
}
.AnyTagClassName
{
color: #DAAE68;
}
</style>
background-color css
<style>
a { background-color: #DAAE68; }
a { background-color: rgb(218,174,104); }
div.DivClassName
{
background-color: #DAAE68;
}
.BgClassName
{
background-color: #DAAE68;
}
</style>
border-color css
<style>
span { border-color: #DAAE68; }
span { border-color: rgb(218,174,104); }
td.TdClassName
{
border-color: #DAAE68;
}
.TagClassName
{
border-color: #DAAE68;
}
</style>