Shades of Equator #DAB761
Tints of Equator #DAB761
RGB
CMYK
RGB Variations
Color information
#DAB761 (or 0xDAB761) is known color: Equator. HEX triplet: DA, B7 and 61. RGB value is (218,183,97). Sum of RGB (Red+Green+Blue) = 218+183+97=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB761 is #25489E. Grayscale: #B8B8B8. Windows color (decimal): -2443423 or 6404058. OLE color: 6404058.
HSL color Cylindrical-coordinate representation of color #DAB761: hue angle of 42.64º 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 #DAB761 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 97 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.15 |
| HSL | 42.64º | 0.62% | 0.62% | - |
| HSV(B) | 42.64º | 0.56% | 0.85% | - |
| XYZ | 48 | 49.64 | 18.36 | - |
| YUV | 183.66 | 79.1 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 97 | 0 | 0.16 | 0.56 | 0.15 | 42.64 | 0.62 | 0.62 |
| Hex | DA | B7 | 61 | 0 | 10 | 38 | F | 2B | 3E | 3E |
| Octal | 332 | 267 | 141 | 0 | 20 | 70 | 17 | 53 | 76 | 76 |
| Binary | 11011010 | 10110111 | 1100001 | 0 | 10000 | 111000 | 1111 | 101011 | 111110 | 111110 |
Color Harmonies of #DAB761
Complementary color
Monochromatic Colors of #DAB761
Black with #DAB761
Text Example
Text Example
White with #DAB761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB761; }
p { color: rgb(218,183,97); }
H1.HeaderClassName
{
color: #DAB761;
}
.AnyTagClassName
{
color: #DAB761;
}
</style>
background-color css
<style>
a { background-color: #DAB761; }
a { background-color: rgb(218,183,97); }
div.DivClassName
{
background-color: #DAB761;
}
.BgClassName
{
background-color: #DAB761;
}
</style>
border-color css
<style>
span { border-color: #DAB761; }
span { border-color: rgb(218,183,97); }
td.TdClassName
{
border-color: #DAB761;
}
.TagClassName
{
border-color: #DAB761;
}
</style>