Shades of Equator #DAB763
Tints of Equator #DAB763
RGB
CMYK
RGB Variations
Color information
#DAB763 (or 0xDAB763) is known color: Equator. HEX triplet: DA, B7 and 63. RGB value is (218,183,99). Sum of RGB (Red+Green+Blue) = 218+183+99=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB763 is #25489C. Grayscale: #B8B8B8. Windows color (decimal): -2443421 or 6535130. OLE color: 6535130.
HSL color Cylindrical-coordinate representation of color #DAB763: hue angle of 42.35º 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 #DAB763 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 99 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.15 |
| HSL | 42.35º | 0.62% | 0.62% | - |
| HSV(B) | 42.35º | 0.55% | 0.85% | - |
| XYZ | 48.1 | 49.67 | 18.86 | - |
| YUV | 183.89 | 80.1 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 99 | 0 | 0.16 | 0.55 | 0.15 | 42.35 | 0.62 | 0.62 |
| Hex | DA | B7 | 63 | 0 | 10 | 37 | F | 2A | 3E | 3E |
| Octal | 332 | 267 | 143 | 0 | 20 | 67 | 17 | 52 | 76 | 76 |
| Binary | 11011010 | 10110111 | 1100011 | 0 | 10000 | 110111 | 1111 | 101010 | 111110 | 111110 |
Color Harmonies of #DAB763
Complementary color
Monochromatic Colors of #DAB763
Black with #DAB763
Text Example
Text Example
White with #DAB763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB763; }
p { color: rgb(218,183,99); }
H1.HeaderClassName
{
color: #DAB763;
}
.AnyTagClassName
{
color: #DAB763;
}
</style>
background-color css
<style>
a { background-color: #DAB763; }
a { background-color: rgb(218,183,99); }
div.DivClassName
{
background-color: #DAB763;
}
.BgClassName
{
background-color: #DAB763;
}
</style>
border-color css
<style>
span { border-color: #DAB763; }
span { border-color: rgb(218,183,99); }
td.TdClassName
{
border-color: #DAB763;
}
.TagClassName
{
border-color: #DAB763;
}
</style>