Shades of Equator #DAB25B
Tints of Equator #DAB25B
RGB
CMYK
RGB Variations
Color information
#DAB25B (or 0xDAB25B) is known color: Equator. HEX triplet: DA, B2 and 5B. RGB value is (218,178,91). Sum of RGB (Red+Green+Blue) = 218+178+91=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB25B is #254DA4. Grayscale: #B4B4B4. Windows color (decimal): -2444709 or 6009562. OLE color: 6009562.
HSL color Cylindrical-coordinate representation of color #DAB25B: hue angle of 41.1º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAB25B is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 91 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.15 |
| HSL | 41.1º | 0.63% | 0.61% | - |
| HSV(B) | 41.1º | 0.58% | 0.85% | - |
| XYZ | 46.72 | 47.5 | 16.6 | - |
| YUV | 180.04 | 77.75 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 91 | 0 | 0.18 | 0.58 | 0.15 | 41.1 | 0.63 | 0.61 |
| Hex | DA | B2 | 5B | 0 | 12 | 3A | F | 29 | 3F | 3D |
| Octal | 332 | 262 | 133 | 0 | 22 | 72 | 17 | 51 | 77 | 75 |
| Binary | 11011010 | 10110010 | 1011011 | 0 | 10010 | 111010 | 1111 | 101001 | 111111 | 111101 |
Color Harmonies of #DAB25B
Complementary color
Monochromatic Colors of #DAB25B
Black with #DAB25B
Text Example
Text Example
White with #DAB25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB25B; }
p { color: rgb(218,178,91); }
H1.HeaderClassName
{
color: #DAB25B;
}
.AnyTagClassName
{
color: #DAB25B;
}
</style>
background-color css
<style>
a { background-color: #DAB25B; }
a { background-color: rgb(218,178,91); }
div.DivClassName
{
background-color: #DAB25B;
}
.BgClassName
{
background-color: #DAB25B;
}
</style>
border-color css
<style>
span { border-color: #DAB25B; }
span { border-color: rgb(218,178,91); }
td.TdClassName
{
border-color: #DAB25B;
}
.TagClassName
{
border-color: #DAB25B;
}
</style>