Shades of Equator #DAB466
Tints of Equator #DAB466
RGB
CMYK
RGB Variations
Color information
#DAB466 (or 0xDAB466) is known color: Equator. HEX triplet: DA, B4 and 66. RGB value is (218,180,102). Sum of RGB (Red+Green+Blue) = 218+180+102=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB466 is #254B99. Grayscale: #B6B6B6. Windows color (decimal): -2444186 or 6730970. OLE color: 6730970.
HSL color Cylindrical-coordinate representation of color #DAB466: hue angle of 40.34º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAB466 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 102 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.15 |
| HSL | 40.34º | 0.61% | 0.63% | - |
| HSV(B) | 40.34º | 0.53% | 0.85% | - |
| XYZ | 47.63 | 48.51 | 19.42 | - |
| YUV | 182.47 | 82.59 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 102 | 0 | 0.17 | 0.53 | 0.15 | 40.34 | 0.61 | 0.63 |
| Hex | DA | B4 | 66 | 0 | 11 | 35 | F | 28 | 3D | 3F |
| Octal | 332 | 264 | 146 | 0 | 21 | 65 | 17 | 50 | 75 | 77 |
| Binary | 11011010 | 10110100 | 1100110 | 0 | 10001 | 110101 | 1111 | 101000 | 111101 | 111111 |
Color Harmonies of #DAB466
Complementary color
Monochromatic Colors of #DAB466
Black with #DAB466
Text Example
Text Example
White with #DAB466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB466; }
p { color: rgb(218,180,102); }
H1.HeaderClassName
{
color: #DAB466;
}
.AnyTagClassName
{
color: #DAB466;
}
</style>
background-color css
<style>
a { background-color: #DAB466; }
a { background-color: rgb(218,180,102); }
div.DivClassName
{
background-color: #DAB466;
}
.BgClassName
{
background-color: #DAB466;
}
</style>
border-color css
<style>
span { border-color: #DAB466; }
span { border-color: rgb(218,180,102); }
td.TdClassName
{
border-color: #DAB466;
}
.TagClassName
{
border-color: #DAB466;
}
</style>