Shades of Equator #DAB458
Tints of Equator #DAB458
RGB
CMYK
RGB Variations
Color information
#DAB458 (or 0xDAB458) is known color: Equator. HEX triplet: DA, B4 and 58. RGB value is (218,180,88). Sum of RGB (Red+Green+Blue) = 218+180+88=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 88 (34.77% from 255 or 18.11% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB458 is #254BA7. Grayscale: #B5B5B5. Windows color (decimal): -2444200 or 5813466. OLE color: 5813466.
HSL color Cylindrical-coordinate representation of color #DAB458: hue angle of 42.46º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAB458 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 88 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.15 |
| HSL | 42.46º | 0.64% | 0.6% | - |
| HSV(B) | 42.46º | 0.6% | 0.85% | - |
| XYZ | 47 | 48.25 | 16.07 | - |
| YUV | 180.87 | 75.59 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 88 | 0 | 0.17 | 0.60 | 0.15 | 42.46 | 0.64 | 0.6 |
| Hex | DA | B4 | 58 | 0 | 11 | 3C | F | 2A | 40 | 3C |
| Octal | 332 | 264 | 130 | 0 | 21 | 74 | 17 | 52 | 100 | 74 |
| Binary | 11011010 | 10110100 | 1011000 | 0 | 10001 | 111100 | 1111 | 101010 | 1000000 | 111100 |
Color Harmonies of #DAB458
Complementary color
Monochromatic Colors of #DAB458
Black with #DAB458
Text Example
Text Example
White with #DAB458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB458; }
p { color: rgb(218,180,88); }
H1.HeaderClassName
{
color: #DAB458;
}
.AnyTagClassName
{
color: #DAB458;
}
</style>
background-color css
<style>
a { background-color: #DAB458; }
a { background-color: rgb(218,180,88); }
div.DivClassName
{
background-color: #DAB458;
}
.BgClassName
{
background-color: #DAB458;
}
</style>
border-color css
<style>
span { border-color: #DAB458; }
span { border-color: rgb(218,180,88); }
td.TdClassName
{
border-color: #DAB458;
}
.TagClassName
{
border-color: #DAB458;
}
</style>