Shades of Equator #DAB863
Tints of Equator #DAB863
RGB
CMYK
RGB Variations
Color information
#DAB863 (or 0xDAB863) is known color: Equator. HEX triplet: DA, B8 and 63. RGB value is (218,184,99). Sum of RGB (Red+Green+Blue) = 218+184+99=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB863 is #25479C. Grayscale: #B8B8B8. Windows color (decimal): -2443165 or 6535386. OLE color: 6535386.
HSL color Cylindrical-coordinate representation of color #DAB863: hue angle of 42.86º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAB863 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 99 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.15 |
| HSL | 42.86º | 0.62% | 0.62% | - |
| HSV(B) | 42.86º | 0.55% | 0.85% | - |
| XYZ | 48.31 | 50.09 | 18.93 | - |
| YUV | 184.48 | 79.76 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 99 | 0 | 0.16 | 0.55 | 0.15 | 42.86 | 0.62 | 0.62 |
| Hex | DA | B8 | 63 | 0 | 10 | 37 | F | 2B | 3E | 3E |
| Octal | 332 | 270 | 143 | 0 | 20 | 67 | 17 | 53 | 76 | 76 |
| Binary | 11011010 | 10111000 | 1100011 | 0 | 10000 | 110111 | 1111 | 101011 | 111110 | 111110 |
Color Harmonies of #DAB863
Complementary color
Monochromatic Colors of #DAB863
Black with #DAB863
Text Example
Text Example
White with #DAB863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB863; }
p { color: rgb(218,184,99); }
H1.HeaderClassName
{
color: #DAB863;
}
.AnyTagClassName
{
color: #DAB863;
}
</style>
background-color css
<style>
a { background-color: #DAB863; }
a { background-color: rgb(218,184,99); }
div.DivClassName
{
background-color: #DAB863;
}
.BgClassName
{
background-color: #DAB863;
}
</style>
border-color css
<style>
span { border-color: #DAB863; }
span { border-color: rgb(218,184,99); }
td.TdClassName
{
border-color: #DAB863;
}
.TagClassName
{
border-color: #DAB863;
}
</style>