Shades of Equator #DAB968
Tints of Equator #DAB968
RGB
CMYK
RGB Variations
Color information
#DAB968 (or 0xDAB968) is known color: Equator. HEX triplet: DA, B9 and 68. RGB value is (218,185,104). Sum of RGB (Red+Green+Blue) = 218+185+104=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB968 is #254697. Grayscale: #B9B9B9. Windows color (decimal): -2442904 or 6863322. OLE color: 6863322.
HSL color Cylindrical-coordinate representation of color #DAB968: hue angle of 42.63º 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 #DAB968 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 104 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.15 |
| HSL | 42.63º | 0.61% | 0.63% | - |
| HSV(B) | 42.63º | 0.52% | 0.85% | - |
| XYZ | 48.76 | 50.6 | 20.29 | - |
| YUV | 185.63 | 81.93 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 104 | 0 | 0.15 | 0.52 | 0.15 | 42.63 | 0.61 | 0.63 |
| Hex | DA | B9 | 68 | 0 | F | 34 | F | 2B | 3D | 3F |
| Octal | 332 | 271 | 150 | 0 | 17 | 64 | 17 | 53 | 75 | 77 |
| Binary | 11011010 | 10111001 | 1101000 | 0 | 1111 | 110100 | 1111 | 101011 | 111101 | 111111 |
Color Harmonies of #DAB968
Complementary color
Monochromatic Colors of #DAB968
Black with #DAB968
Text Example
Text Example
White with #DAB968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB968; }
p { color: rgb(218,185,104); }
H1.HeaderClassName
{
color: #DAB968;
}
.AnyTagClassName
{
color: #DAB968;
}
</style>
background-color css
<style>
a { background-color: #DAB968; }
a { background-color: rgb(218,185,104); }
div.DivClassName
{
background-color: #DAB968;
}
.BgClassName
{
background-color: #DAB968;
}
</style>
border-color css
<style>
span { border-color: #DAB968; }
span { border-color: rgb(218,185,104); }
td.TdClassName
{
border-color: #DAB968;
}
.TagClassName
{
border-color: #DAB968;
}
</style>