Shades of Equator #DAB65D
Tints of Equator #DAB65D
RGB
CMYK
RGB Variations
Color information
#DAB65D (or 0xDAB65D) is known color: Equator. HEX triplet: DA, B6 and 5D. RGB value is (218,182,93). Sum of RGB (Red+Green+Blue) = 218+182+93=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB65D is #2549A2. Grayscale: #B7B7B7. Windows color (decimal): -2443683 or 6141658. OLE color: 6141658.
HSL color Cylindrical-coordinate representation of color #DAB65D: hue angle of 42.72º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAB65D is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 93 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.15 |
| HSL | 42.72º | 0.63% | 0.61% | - |
| HSV(B) | 42.72º | 0.57% | 0.85% | - |
| XYZ | 47.62 | 49.15 | 17.33 | - |
| YUV | 182.62 | 77.43 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 93 | 0 | 0.17 | 0.57 | 0.15 | 42.72 | 0.63 | 0.61 |
| Hex | DA | B6 | 5D | 0 | 11 | 39 | F | 2B | 3F | 3D |
| Octal | 332 | 266 | 135 | 0 | 21 | 71 | 17 | 53 | 77 | 75 |
| Binary | 11011010 | 10110110 | 1011101 | 0 | 10001 | 111001 | 1111 | 101011 | 111111 | 111101 |
Color Harmonies of #DAB65D
Complementary color
Monochromatic Colors of #DAB65D
Black with #DAB65D
Text Example
Text Example
White with #DAB65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB65D; }
p { color: rgb(218,182,93); }
H1.HeaderClassName
{
color: #DAB65D;
}
.AnyTagClassName
{
color: #DAB65D;
}
</style>
background-color css
<style>
a { background-color: #DAB65D; }
a { background-color: rgb(218,182,93); }
div.DivClassName
{
background-color: #DAB65D;
}
.BgClassName
{
background-color: #DAB65D;
}
</style>
border-color css
<style>
span { border-color: #DAB65D; }
span { border-color: rgb(218,182,93); }
td.TdClassName
{
border-color: #DAB65D;
}
.TagClassName
{
border-color: #DAB65D;
}
</style>