Shades of Equator #DAAB5D
Tints of Equator #DAAB5D
RGB
CMYK
RGB Variations
Color information
#DAAB5D (or 0xDAAB5D) is known color: Equator. HEX triplet: DA, AB and 5D. RGB value is (218,171,93). Sum of RGB (Red+Green+Blue) = 218+171+93=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAB5D is #2554A2. Grayscale: #B0B0B0. Windows color (decimal): -2446499 or 6138842. OLE color: 6138842.
HSL color Cylindrical-coordinate representation of color #DAAB5D: hue angle of 37.44º 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 #DAAB5D is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 93 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.15 |
| HSL | 37.44º | 0.63% | 0.61% | - |
| HSV(B) | 37.44º | 0.57% | 0.85% | - |
| XYZ | 45.45 | 44.82 | 16.61 | - |
| YUV | 176.16 | 81.07 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 93 | 0 | 0.22 | 0.57 | 0.15 | 37.44 | 0.63 | 0.61 |
| Hex | DA | AB | 5D | 0 | 16 | 39 | F | 25 | 3F | 3D |
| Octal | 332 | 253 | 135 | 0 | 26 | 71 | 17 | 45 | 77 | 75 |
| Binary | 11011010 | 10101011 | 1011101 | 0 | 10110 | 111001 | 1111 | 100101 | 111111 | 111101 |
Color Harmonies of #DAAB5D
Complementary color
Monochromatic Colors of #DAAB5D
Black with #DAAB5D
Text Example
Text Example
White with #DAAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAB5D; }
p { color: rgb(218,171,93); }
H1.HeaderClassName
{
color: #DAAB5D;
}
.AnyTagClassName
{
color: #DAAB5D;
}
</style>
background-color css
<style>
a { background-color: #DAAB5D; }
a { background-color: rgb(218,171,93); }
div.DivClassName
{
background-color: #DAAB5D;
}
.BgClassName
{
background-color: #DAAB5D;
}
</style>
border-color css
<style>
span { border-color: #DAAB5D; }
span { border-color: rgb(218,171,93); }
td.TdClassName
{
border-color: #DAAB5D;
}
.TagClassName
{
border-color: #DAAB5D;
}
</style>