Shades of Equator #DAB06B
Tints of Equator #DAB06B
RGB
CMYK
RGB Variations
Color information
#DAB06B (or 0xDAB06B) is known color: Equator. HEX triplet: DA, B0 and 6B. RGB value is (218,176,107). Sum of RGB (Red+Green+Blue) = 218+176+107=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 107 (42.19% from 255 or 21.36% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB06B is #254F94. Grayscale: #B5B5B5. Windows color (decimal): -2445205 or 7057626. OLE color: 7057626.
HSL color Cylindrical-coordinate representation of color #DAB06B: hue angle of 37.3º 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 #DAB06B is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 107 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.15 |
| HSL | 37.3º | 0.6% | 0.64% | - |
| HSV(B) | 37.3º | 0.51% | 0.85% | - |
| XYZ | 47.09 | 47.02 | 20.5 | - |
| YUV | 180.69 | 86.41 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 107 | 0 | 0.19 | 0.51 | 0.15 | 37.3 | 0.6 | 0.64 |
| Hex | DA | B0 | 6B | 0 | 13 | 33 | F | 25 | 3C | 40 |
| Octal | 332 | 260 | 153 | 0 | 23 | 63 | 17 | 45 | 74 | 100 |
| Binary | 11011010 | 10110000 | 1101011 | 0 | 10011 | 110011 | 1111 | 100101 | 111100 | 1000000 |
Color Harmonies of #DAB06B
Complementary color
Monochromatic Colors of #DAB06B
Black with #DAB06B
Text Example
Text Example
White with #DAB06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB06B; }
p { color: rgb(218,176,107); }
H1.HeaderClassName
{
color: #DAB06B;
}
.AnyTagClassName
{
color: #DAB06B;
}
</style>
background-color css
<style>
a { background-color: #DAB06B; }
a { background-color: rgb(218,176,107); }
div.DivClassName
{
background-color: #DAB06B;
}
.BgClassName
{
background-color: #DAB06B;
}
</style>
border-color css
<style>
span { border-color: #DAB06B; }
span { border-color: rgb(218,176,107); }
td.TdClassName
{
border-color: #DAB06B;
}
.TagClassName
{
border-color: #DAB06B;
}
</style>