Shades of Equator #DAB260
Tints of Equator #DAB260
RGB
CMYK
RGB Variations
Color information
#DAB260 (or 0xDAB260) is known color: Equator. HEX triplet: DA, B2 and 60. RGB value is (218,178,96). Sum of RGB (Red+Green+Blue) = 218+178+96=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB260 is #254D9F. Grayscale: #B4B4B4. Windows color (decimal): -2444704 or 6337242. OLE color: 6337242.
HSL color Cylindrical-coordinate representation of color #DAB260: hue angle of 40.33º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAB260 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 96 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.15 |
| HSL | 40.33º | 0.62% | 0.62% | - |
| HSV(B) | 40.33º | 0.56% | 0.85% | - |
| XYZ | 46.95 | 47.59 | 17.78 | - |
| YUV | 180.61 | 80.25 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 96 | 0 | 0.18 | 0.56 | 0.15 | 40.33 | 0.62 | 0.62 |
| Hex | DA | B2 | 60 | 0 | 12 | 38 | F | 28 | 3E | 3E |
| Octal | 332 | 262 | 140 | 0 | 22 | 70 | 17 | 50 | 76 | 76 |
| Binary | 11011010 | 10110010 | 1100000 | 0 | 10010 | 111000 | 1111 | 101000 | 111110 | 111110 |
Color Harmonies of #DAB260
Complementary color
Monochromatic Colors of #DAB260
Black with #DAB260
Text Example
Text Example
White with #DAB260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB260; }
p { color: rgb(218,178,96); }
H1.HeaderClassName
{
color: #DAB260;
}
.AnyTagClassName
{
color: #DAB260;
}
</style>
background-color css
<style>
a { background-color: #DAB260; }
a { background-color: rgb(218,178,96); }
div.DivClassName
{
background-color: #DAB260;
}
.BgClassName
{
background-color: #DAB260;
}
</style>
border-color css
<style>
span { border-color: #DAB260; }
span { border-color: rgb(218,178,96); }
td.TdClassName
{
border-color: #DAB260;
}
.TagClassName
{
border-color: #DAB260;
}
</style>