Shades of Equator #DAB066
Tints of Equator #DAB066
RGB
CMYK
RGB Variations
Color information
#DAB066 (or 0xDAB066) is known color: Equator. HEX triplet: DA, B0 and 66. RGB value is (218,176,102). Sum of RGB (Red+Green+Blue) = 218+176+102=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB066 is #254F99. Grayscale: #B4B4B4. Windows color (decimal): -2445210 or 6729946. OLE color: 6729946.
HSL color Cylindrical-coordinate representation of color #DAB066: hue angle of 38.28º 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 #DAB066 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 102 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.15 |
| HSL | 38.28º | 0.61% | 0.63% | - |
| HSV(B) | 38.28º | 0.53% | 0.85% | - |
| XYZ | 46.84 | 46.92 | 19.16 | - |
| YUV | 180.12 | 83.91 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 102 | 0 | 0.19 | 0.53 | 0.15 | 38.28 | 0.61 | 0.63 |
| Hex | DA | B0 | 66 | 0 | 13 | 35 | F | 26 | 3D | 3F |
| Octal | 332 | 260 | 146 | 0 | 23 | 65 | 17 | 46 | 75 | 77 |
| Binary | 11011010 | 10110000 | 1100110 | 0 | 10011 | 110101 | 1111 | 100110 | 111101 | 111111 |
Color Harmonies of #DAB066
Complementary color
Monochromatic Colors of #DAB066
Black with #DAB066
Text Example
Text Example
White with #DAB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB066; }
p { color: rgb(218,176,102); }
H1.HeaderClassName
{
color: #DAB066;
}
.AnyTagClassName
{
color: #DAB066;
}
</style>
background-color css
<style>
a { background-color: #DAB066; }
a { background-color: rgb(218,176,102); }
div.DivClassName
{
background-color: #DAB066;
}
.BgClassName
{
background-color: #DAB066;
}
</style>
border-color css
<style>
span { border-color: #DAB066; }
span { border-color: rgb(218,176,102); }
td.TdClassName
{
border-color: #DAB066;
}
.TagClassName
{
border-color: #DAB066;
}
</style>