Shades of Equator #DAB55D
Tints of Equator #DAB55D
RGB
CMYK
RGB Variations
Color information
#DAB55D (or 0xDAB55D) is known color: Equator. HEX triplet: DA, B5 and 5D. RGB value is (218,181,93). Sum of RGB (Red+Green+Blue) = 218+181+93=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB55D is #254AA2. Grayscale: #B6B6B6. Windows color (decimal): -2443939 or 6141402. OLE color: 6141402.
HSL color Cylindrical-coordinate representation of color #DAB55D: hue angle of 42.24º 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 #DAB55D is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 93 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.15 |
| HSL | 42.24º | 0.63% | 0.61% | - |
| HSV(B) | 42.24º | 0.57% | 0.85% | - |
| XYZ | 47.41 | 48.74 | 17.27 | - |
| YUV | 182.03 | 77.76 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 93 | 0 | 0.17 | 0.57 | 0.15 | 42.24 | 0.63 | 0.61 |
| Hex | DA | B5 | 5D | 0 | 11 | 39 | F | 2A | 3F | 3D |
| Octal | 332 | 265 | 135 | 0 | 21 | 71 | 17 | 52 | 77 | 75 |
| Binary | 11011010 | 10110101 | 1011101 | 0 | 10001 | 111001 | 1111 | 101010 | 111111 | 111101 |
Color Harmonies of #DAB55D
Complementary color
Monochromatic Colors of #DAB55D
Black with #DAB55D
Text Example
Text Example
White with #DAB55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB55D; }
p { color: rgb(218,181,93); }
H1.HeaderClassName
{
color: #DAB55D;
}
.AnyTagClassName
{
color: #DAB55D;
}
</style>
background-color css
<style>
a { background-color: #DAB55D; }
a { background-color: rgb(218,181,93); }
div.DivClassName
{
background-color: #DAB55D;
}
.BgClassName
{
background-color: #DAB55D;
}
</style>
border-color css
<style>
span { border-color: #DAB55D; }
span { border-color: rgb(218,181,93); }
td.TdClassName
{
border-color: #DAB55D;
}
.TagClassName
{
border-color: #DAB55D;
}
</style>