Shades of Equator #DAB15B
Tints of Equator #DAB15B
RGB
CMYK
RGB Variations
Color information
#DAB15B (or 0xDAB15B) is known color: Equator. HEX triplet: DA, B1 and 5B. RGB value is (218,177,91). Sum of RGB (Red+Green+Blue) = 218+177+91=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB15B is #254EA4. Grayscale: #B3B3B3. Windows color (decimal): -2444965 or 6009306. OLE color: 6009306.
HSL color Cylindrical-coordinate representation of color #DAB15B: hue angle of 40.63º 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 #DAB15B is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 91 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.15 |
| HSL | 40.63º | 0.63% | 0.61% | - |
| HSV(B) | 40.63º | 0.58% | 0.85% | - |
| XYZ | 46.52 | 47.11 | 16.54 | - |
| YUV | 179.46 | 78.08 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 91 | 0 | 0.19 | 0.58 | 0.15 | 40.63 | 0.63 | 0.61 |
| Hex | DA | B1 | 5B | 0 | 13 | 3A | F | 29 | 3F | 3D |
| Octal | 332 | 261 | 133 | 0 | 23 | 72 | 17 | 51 | 77 | 75 |
| Binary | 11011010 | 10110001 | 1011011 | 0 | 10011 | 111010 | 1111 | 101001 | 111111 | 111101 |
Color Harmonies of #DAB15B
Complementary color
Monochromatic Colors of #DAB15B
Black with #DAB15B
Text Example
Text Example
White with #DAB15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB15B; }
p { color: rgb(218,177,91); }
H1.HeaderClassName
{
color: #DAB15B;
}
.AnyTagClassName
{
color: #DAB15B;
}
</style>
background-color css
<style>
a { background-color: #DAB15B; }
a { background-color: rgb(218,177,91); }
div.DivClassName
{
background-color: #DAB15B;
}
.BgClassName
{
background-color: #DAB15B;
}
</style>
border-color css
<style>
span { border-color: #DAB15B; }
span { border-color: rgb(218,177,91); }
td.TdClassName
{
border-color: #DAB15B;
}
.TagClassName
{
border-color: #DAB15B;
}
</style>