Shades of Equator #DAB76B
Tints of Equator #DAB76B
RGB
CMYK
RGB Variations
Color information
#DAB76B (or 0xDAB76B) is known color: Equator. HEX triplet: DA, B7 and 6B. RGB value is (218,183,107). Sum of RGB (Red+Green+Blue) = 218+183+107=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB76B is #254894. Grayscale: #B9B9B9. Windows color (decimal): -2443413 or 7059418. OLE color: 7059418.
HSL color Cylindrical-coordinate representation of color #DAB76B: hue angle of 41.08º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAB76B is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 107 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.15 |
| HSL | 41.08º | 0.6% | 0.64% | - |
| HSV(B) | 41.08º | 0.51% | 0.85% | - |
| XYZ | 48.5 | 49.83 | 20.97 | - |
| YUV | 184.8 | 84.1 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 107 | 0 | 0.16 | 0.51 | 0.15 | 41.08 | 0.6 | 0.64 |
| Hex | DA | B7 | 6B | 0 | 10 | 33 | F | 29 | 3C | 40 |
| Octal | 332 | 267 | 153 | 0 | 20 | 63 | 17 | 51 | 74 | 100 |
| Binary | 11011010 | 10110111 | 1101011 | 0 | 10000 | 110011 | 1111 | 101001 | 111100 | 1000000 |
Color Harmonies of #DAB76B
Complementary color
Monochromatic Colors of #DAB76B
Black with #DAB76B
Text Example
Text Example
White with #DAB76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB76B; }
p { color: rgb(218,183,107); }
H1.HeaderClassName
{
color: #DAB76B;
}
.AnyTagClassName
{
color: #DAB76B;
}
</style>
background-color css
<style>
a { background-color: #DAB76B; }
a { background-color: rgb(218,183,107); }
div.DivClassName
{
background-color: #DAB76B;
}
.BgClassName
{
background-color: #DAB76B;
}
</style>
border-color css
<style>
span { border-color: #DAB76B; }
span { border-color: rgb(218,183,107); }
td.TdClassName
{
border-color: #DAB76B;
}
.TagClassName
{
border-color: #DAB76B;
}
</style>