Shades of Equator #DAB15A
Tints of Equator #DAB15A
RGB
CMYK
RGB Variations
Color information
#DAB15A (or 0xDAB15A) is known color: Equator. HEX triplet: DA, B1 and 5A. RGB value is (218,177,90). Sum of RGB (Red+Green+Blue) = 218+177+90=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB15A is #254EA5. Grayscale: #B3B3B3. Windows color (decimal): -2444966 or 5943770. OLE color: 5943770.
HSL color Cylindrical-coordinate representation of color #DAB15A: hue angle of 40.78º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAB15A is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 90 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.15 |
| HSL | 40.78º | 0.63% | 0.6% | - |
| HSV(B) | 40.78º | 0.59% | 0.85% | - |
| XYZ | 46.48 | 47.09 | 16.31 | - |
| YUV | 179.34 | 77.58 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 90 | 0 | 0.19 | 0.59 | 0.15 | 40.78 | 0.63 | 0.6 |
| Hex | DA | B1 | 5A | 0 | 13 | 3B | F | 29 | 3F | 3C |
| Octal | 332 | 261 | 132 | 0 | 23 | 73 | 17 | 51 | 77 | 74 |
| Binary | 11011010 | 10110001 | 1011010 | 0 | 10011 | 111011 | 1111 | 101001 | 111111 | 111100 |
Color Harmonies of #DAB15A
Complementary color
Monochromatic Colors of #DAB15A
Black with #DAB15A
Text Example
Text Example
White with #DAB15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB15A; }
p { color: rgb(218,177,90); }
H1.HeaderClassName
{
color: #DAB15A;
}
.AnyTagClassName
{
color: #DAB15A;
}
</style>
background-color css
<style>
a { background-color: #DAB15A; }
a { background-color: rgb(218,177,90); }
div.DivClassName
{
background-color: #DAB15A;
}
.BgClassName
{
background-color: #DAB15A;
}
</style>
border-color css
<style>
span { border-color: #DAB15A; }
span { border-color: rgb(218,177,90); }
td.TdClassName
{
border-color: #DAB15A;
}
.TagClassName
{
border-color: #DAB15A;
}
</style>