Shades of Equator #DAB864
Tints of Equator #DAB864
RGB
CMYK
RGB Variations
Color information
#DAB864 (or 0xDAB864) is known color: Equator. HEX triplet: DA, B8 and 64. RGB value is (218,184,100). Sum of RGB (Red+Green+Blue) = 218+184+100=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB864 is #25479B. Grayscale: #B8B8B8. Windows color (decimal): -2443164 or 6600922. OLE color: 6600922.
HSL color Cylindrical-coordinate representation of color #DAB864: hue angle of 42.71º 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 #DAB864 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 100 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.15 |
| HSL | 42.71º | 0.61% | 0.62% | - |
| HSV(B) | 42.71º | 0.54% | 0.85% | - |
| XYZ | 48.35 | 50.11 | 19.18 | - |
| YUV | 184.59 | 80.26 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 100 | 0 | 0.16 | 0.54 | 0.15 | 42.71 | 0.61 | 0.62 |
| Hex | DA | B8 | 64 | 0 | 10 | 36 | F | 2B | 3D | 3E |
| Octal | 332 | 270 | 144 | 0 | 20 | 66 | 17 | 53 | 75 | 76 |
| Binary | 11011010 | 10111000 | 1100100 | 0 | 10000 | 110110 | 1111 | 101011 | 111101 | 111110 |
Color Harmonies of #DAB864
Complementary color
Monochromatic Colors of #DAB864
Black with #DAB864
Text Example
Text Example
White with #DAB864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB864; }
p { color: rgb(218,184,100); }
H1.HeaderClassName
{
color: #DAB864;
}
.AnyTagClassName
{
color: #DAB864;
}
</style>
background-color css
<style>
a { background-color: #DAB864; }
a { background-color: rgb(218,184,100); }
div.DivClassName
{
background-color: #DAB864;
}
.BgClassName
{
background-color: #DAB864;
}
</style>
border-color css
<style>
span { border-color: #DAB864; }
span { border-color: rgb(218,184,100); }
td.TdClassName
{
border-color: #DAB864;
}
.TagClassName
{
border-color: #DAB864;
}
</style>