Shades of Equator #DAAC68
Tints of Equator #DAAC68
RGB
CMYK
RGB Variations
Color information
#DAAC68 (or 0xDAAC68) is known color: Equator. HEX triplet: DA, AC and 68. RGB value is (218,172,104). Sum of RGB (Red+Green+Blue) = 218+172+104=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC68 is #255397. Grayscale: #B2B2B2. Windows color (decimal): -2446232 or 6859994. OLE color: 6859994.
HSL color Cylindrical-coordinate representation of color #DAAC68: hue angle of 35.79º 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 #DAAC68 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 104 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.15 |
| HSL | 35.79º | 0.61% | 0.63% | - |
| HSV(B) | 35.79º | 0.52% | 0.85% | - |
| XYZ | 46.16 | 45.41 | 19.43 | - |
| YUV | 178 | 86.24 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 104 | 0 | 0.21 | 0.52 | 0.15 | 35.79 | 0.61 | 0.63 |
| Hex | DA | AC | 68 | 0 | 15 | 34 | F | 24 | 3D | 3F |
| Octal | 332 | 254 | 150 | 0 | 25 | 64 | 17 | 44 | 75 | 77 |
| Binary | 11011010 | 10101100 | 1101000 | 0 | 10101 | 110100 | 1111 | 100100 | 111101 | 111111 |
Color Harmonies of #DAAC68
Complementary color
Monochromatic Colors of #DAAC68
Black with #DAAC68
Text Example
Text Example
White with #DAAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC68; }
p { color: rgb(218,172,104); }
H1.HeaderClassName
{
color: #DAAC68;
}
.AnyTagClassName
{
color: #DAAC68;
}
</style>
background-color css
<style>
a { background-color: #DAAC68; }
a { background-color: rgb(218,172,104); }
div.DivClassName
{
background-color: #DAAC68;
}
.BgClassName
{
background-color: #DAAC68;
}
</style>
border-color css
<style>
span { border-color: #DAAC68; }
span { border-color: rgb(218,172,104); }
td.TdClassName
{
border-color: #DAAC68;
}
.TagClassName
{
border-color: #DAAC68;
}
</style>