Shades of Equator #DAB068
Tints of Equator #DAB068
RGB
CMYK
RGB Variations
Color information
#DAB068 (or 0xDAB068) is known color: Equator. HEX triplet: DA, B0 and 68. RGB value is (218,176,104). Sum of RGB (Red+Green+Blue) = 218+176+104=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB068 is #254F97. Grayscale: #B4B4B4. Windows color (decimal): -2445208 or 6861018. OLE color: 6861018.
HSL color Cylindrical-coordinate representation of color #DAB068: hue angle of 37.89º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAB068 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 104 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.15 |
| HSL | 37.89º | 0.61% | 0.63% | - |
| HSV(B) | 37.89º | 0.52% | 0.85% | - |
| XYZ | 46.94 | 46.96 | 19.69 | - |
| YUV | 180.35 | 84.91 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 104 | 0 | 0.19 | 0.52 | 0.15 | 37.89 | 0.61 | 0.63 |
| Hex | DA | B0 | 68 | 0 | 13 | 34 | F | 26 | 3D | 3F |
| Octal | 332 | 260 | 150 | 0 | 23 | 64 | 17 | 46 | 75 | 77 |
| Binary | 11011010 | 10110000 | 1101000 | 0 | 10011 | 110100 | 1111 | 100110 | 111101 | 111111 |
Color Harmonies of #DAB068
Complementary color
Monochromatic Colors of #DAB068
Black with #DAB068
Text Example
Text Example
White with #DAB068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB068; }
p { color: rgb(218,176,104); }
H1.HeaderClassName
{
color: #DAB068;
}
.AnyTagClassName
{
color: #DAB068;
}
</style>
background-color css
<style>
a { background-color: #DAB068; }
a { background-color: rgb(218,176,104); }
div.DivClassName
{
background-color: #DAB068;
}
.BgClassName
{
background-color: #DAB068;
}
</style>
border-color css
<style>
span { border-color: #DAB068; }
span { border-color: rgb(218,176,104); }
td.TdClassName
{
border-color: #DAB068;
}
.TagClassName
{
border-color: #DAB068;
}
</style>