Shades of Equator #DAB45D
Tints of Equator #DAB45D
RGB
CMYK
RGB Variations
Color information
#DAB45D (or 0xDAB45D) is known color: Equator. HEX triplet: DA, B4 and 5D. RGB value is (218,180,93). Sum of RGB (Red+Green+Blue) = 218+180+93=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB45D is #254BA2. Grayscale: #B5B5B5. Windows color (decimal): -2444195 or 6141146. OLE color: 6141146.
HSL color Cylindrical-coordinate representation of color #DAB45D: hue angle of 41.76º 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 #DAB45D is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 93 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.15 |
| HSL | 41.76º | 0.63% | 0.61% | - |
| HSV(B) | 41.76º | 0.57% | 0.85% | - |
| XYZ | 47.21 | 48.34 | 17.2 | - |
| YUV | 181.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 93 | 0 | 0.17 | 0.57 | 0.15 | 41.76 | 0.63 | 0.61 |
| Hex | DA | B4 | 5D | 0 | 11 | 39 | F | 2A | 3F | 3D |
| Octal | 332 | 264 | 135 | 0 | 21 | 71 | 17 | 52 | 77 | 75 |
| Binary | 11011010 | 10110100 | 1011101 | 0 | 10001 | 111001 | 1111 | 101010 | 111111 | 111101 |
Color Harmonies of #DAB45D
Complementary color
Monochromatic Colors of #DAB45D
Black with #DAB45D
Text Example
Text Example
White with #DAB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB45D; }
p { color: rgb(218,180,93); }
H1.HeaderClassName
{
color: #DAB45D;
}
.AnyTagClassName
{
color: #DAB45D;
}
</style>
background-color css
<style>
a { background-color: #DAB45D; }
a { background-color: rgb(218,180,93); }
div.DivClassName
{
background-color: #DAB45D;
}
.BgClassName
{
background-color: #DAB45D;
}
</style>
border-color css
<style>
span { border-color: #DAB45D; }
span { border-color: rgb(218,180,93); }
td.TdClassName
{
border-color: #DAB45D;
}
.TagClassName
{
border-color: #DAB45D;
}
</style>