Shades of Equator #DAB26C
Tints of Equator #DAB26C
RGB
CMYK
RGB Variations
Color information
#DAB26C (or 0xDAB26C) is known color: Equator. HEX triplet: DA, B2 and 6C. RGB value is (218,178,108). Sum of RGB (Red+Green+Blue) = 218+178+108=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB26C is #254D93. Grayscale: #B6B6B6. Windows color (decimal): -2444692 or 7123674. OLE color: 7123674.
HSL color Cylindrical-coordinate representation of color #DAB26C: hue angle of 38.18º degrees, saturation: 0.6, 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 #DAB26C is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 108 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.15 |
| HSL | 38.18º | 0.6% | 0.64% | - |
| HSV(B) | 38.18º | 0.5% | 0.85% | - |
| XYZ | 47.54 | 47.83 | 20.91 | - |
| YUV | 181.98 | 86.25 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 108 | 0 | 0.18 | 0.50 | 0.15 | 38.18 | 0.6 | 0.64 |
| Hex | DA | B2 | 6C | 0 | 12 | 32 | F | 26 | 3C | 40 |
| Octal | 332 | 262 | 154 | 0 | 22 | 62 | 17 | 46 | 74 | 100 |
| Binary | 11011010 | 10110010 | 1101100 | 0 | 10010 | 110010 | 1111 | 100110 | 111100 | 1000000 |
Color Harmonies of #DAB26C
Complementary color
Monochromatic Colors of #DAB26C
Black with #DAB26C
Text Example
Text Example
White with #DAB26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB26C; }
p { color: rgb(218,178,108); }
H1.HeaderClassName
{
color: #DAB26C;
}
.AnyTagClassName
{
color: #DAB26C;
}
</style>
background-color css
<style>
a { background-color: #DAB26C; }
a { background-color: rgb(218,178,108); }
div.DivClassName
{
background-color: #DAB26C;
}
.BgClassName
{
background-color: #DAB26C;
}
</style>
border-color css
<style>
span { border-color: #DAB26C; }
span { border-color: rgb(218,178,108); }
td.TdClassName
{
border-color: #DAB26C;
}
.TagClassName
{
border-color: #DAB26C;
}
</style>