Shades of Equator #DAB26A
Tints of Equator #DAB26A
RGB
CMYK
RGB Variations
Color information
#DAB26A (or 0xDAB26A) is known color: Equator. HEX triplet: DA, B2 and 6A. RGB value is (218,178,106). Sum of RGB (Red+Green+Blue) = 218+178+106=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB26A is #254D95. Grayscale: #B6B6B6. Windows color (decimal): -2444694 or 6992602. OLE color: 6992602.
HSL color Cylindrical-coordinate representation of color #DAB26A: hue angle of 38.57º 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 #DAB26A is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 106 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.15 |
| HSL | 38.57º | 0.6% | 0.64% | - |
| HSV(B) | 38.57º | 0.51% | 0.85% | - |
| XYZ | 47.44 | 47.79 | 20.36 | - |
| YUV | 181.75 | 85.25 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 106 | 0 | 0.18 | 0.51 | 0.15 | 38.57 | 0.6 | 0.64 |
| Hex | DA | B2 | 6A | 0 | 12 | 33 | F | 27 | 3C | 40 |
| Octal | 332 | 262 | 152 | 0 | 22 | 63 | 17 | 47 | 74 | 100 |
| Binary | 11011010 | 10110010 | 1101010 | 0 | 10010 | 110011 | 1111 | 100111 | 111100 | 1000000 |
Color Harmonies of #DAB26A
Complementary color
Monochromatic Colors of #DAB26A
Black with #DAB26A
Text Example
Text Example
White with #DAB26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB26A; }
p { color: rgb(218,178,106); }
H1.HeaderClassName
{
color: #DAB26A;
}
.AnyTagClassName
{
color: #DAB26A;
}
</style>
background-color css
<style>
a { background-color: #DAB26A; }
a { background-color: rgb(218,178,106); }
div.DivClassName
{
background-color: #DAB26A;
}
.BgClassName
{
background-color: #DAB26A;
}
</style>
border-color css
<style>
span { border-color: #DAB26A; }
span { border-color: rgb(218,178,106); }
td.TdClassName
{
border-color: #DAB26A;
}
.TagClassName
{
border-color: #DAB26A;
}
</style>