Shades of Equator #DAB064
Tints of Equator #DAB064
RGB
CMYK
RGB Variations
Color information
#DAB064 (or 0xDAB064) is known color: Equator. HEX triplet: DA, B0 and 64. RGB value is (218,176,100). Sum of RGB (Red+Green+Blue) = 218+176+100=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB064 is #254F9B. Grayscale: #B4B4B4. Windows color (decimal): -2445212 or 6598874. OLE color: 6598874.
HSL color Cylindrical-coordinate representation of color #DAB064: hue angle of 38.64º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAB064 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 100 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.15 |
| HSL | 38.64º | 0.61% | 0.62% | - |
| HSV(B) | 38.64º | 0.54% | 0.85% | - |
| XYZ | 46.74 | 46.88 | 18.64 | - |
| YUV | 179.89 | 82.91 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 100 | 0 | 0.19 | 0.54 | 0.15 | 38.64 | 0.61 | 0.62 |
| Hex | DA | B0 | 64 | 0 | 13 | 36 | F | 27 | 3D | 3E |
| Octal | 332 | 260 | 144 | 0 | 23 | 66 | 17 | 47 | 75 | 76 |
| Binary | 11011010 | 10110000 | 1100100 | 0 | 10011 | 110110 | 1111 | 100111 | 111101 | 111110 |
Color Harmonies of #DAB064
Complementary color
Monochromatic Colors of #DAB064
Black with #DAB064
Text Example
Text Example
White with #DAB064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB064; }
p { color: rgb(218,176,100); }
H1.HeaderClassName
{
color: #DAB064;
}
.AnyTagClassName
{
color: #DAB064;
}
</style>
background-color css
<style>
a { background-color: #DAB064; }
a { background-color: rgb(218,176,100); }
div.DivClassName
{
background-color: #DAB064;
}
.BgClassName
{
background-color: #DAB064;
}
</style>
border-color css
<style>
span { border-color: #DAB064; }
span { border-color: rgb(218,176,100); }
td.TdClassName
{
border-color: #DAB064;
}
.TagClassName
{
border-color: #DAB064;
}
</style>