Shades of Equator #DAB46E
Tints of Equator #DAB46E
RGB
CMYK
RGB Variations
Color information
#DAB46E (or 0xDAB46E) is known color: Equator. HEX triplet: DA, B4 and 6E. RGB value is (218,180,110). Sum of RGB (Red+Green+Blue) = 218+180+110=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 110 (43.36% from 255 or 21.65% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB46E is #254B91. Grayscale: #B7B7B7. Windows color (decimal): -2444178 or 7255258. OLE color: 7255258.
HSL color Cylindrical-coordinate representation of color #DAB46E: hue angle of 38.89º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAB46E is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 110 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.15 |
| HSL | 38.89º | 0.59% | 0.64% | - |
| HSV(B) | 38.89º | 0.5% | 0.85% | - |
| XYZ | 48.05 | 48.67 | 21.61 | - |
| YUV | 183.38 | 86.59 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 110 | 0 | 0.17 | 0.50 | 0.15 | 38.89 | 0.59 | 0.64 |
| Hex | DA | B4 | 6E | 0 | 11 | 32 | F | 27 | 3B | 40 |
| Octal | 332 | 264 | 156 | 0 | 21 | 62 | 17 | 47 | 73 | 100 |
| Binary | 11011010 | 10110100 | 1101110 | 0 | 10001 | 110010 | 1111 | 100111 | 111011 | 1000000 |
Color Harmonies of #DAB46E
Complementary color
Monochromatic Colors of #DAB46E
Black with #DAB46E
Text Example
Text Example
White with #DAB46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB46E; }
p { color: rgb(218,180,110); }
H1.HeaderClassName
{
color: #DAB46E;
}
.AnyTagClassName
{
color: #DAB46E;
}
</style>
background-color css
<style>
a { background-color: #DAB46E; }
a { background-color: rgb(218,180,110); }
div.DivClassName
{
background-color: #DAB46E;
}
.BgClassName
{
background-color: #DAB46E;
}
</style>
border-color css
<style>
span { border-color: #DAB46E; }
span { border-color: rgb(218,180,110); }
td.TdClassName
{
border-color: #DAB46E;
}
.TagClassName
{
border-color: #DAB46E;
}
</style>