Shades of Equator #DAB468
Tints of Equator #DAB468
RGB
CMYK
RGB Variations
Color information
#DAB468 (or 0xDAB468) is known color: Equator. HEX triplet: DA, B4 and 68. RGB value is (218,180,104). Sum of RGB (Red+Green+Blue) = 218+180+104=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB468 is #254B97. Grayscale: #B7B7B7. Windows color (decimal): -2444184 or 6862042. OLE color: 6862042.
HSL color Cylindrical-coordinate representation of color #DAB468: hue angle of 40º 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 #DAB468 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 104 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.15 |
| HSL | 40º | 0.61% | 0.63% | - |
| HSV(B) | 40º | 0.52% | 0.85% | - |
| XYZ | 47.73 | 48.55 | 19.95 | - |
| YUV | 182.7 | 83.59 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 104 | 0 | 0.17 | 0.52 | 0.15 | 40 | 0.61 | 0.63 |
| Hex | DA | B4 | 68 | 0 | 11 | 34 | F | 28 | 3D | 3F |
| Octal | 332 | 264 | 150 | 0 | 21 | 64 | 17 | 50 | 75 | 77 |
| Binary | 11011010 | 10110100 | 1101000 | 0 | 10001 | 110100 | 1111 | 101000 | 111101 | 111111 |
Color Harmonies of #DAB468
Complementary color
Monochromatic Colors of #DAB468
Black with #DAB468
Text Example
Text Example
White with #DAB468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB468; }
p { color: rgb(218,180,104); }
H1.HeaderClassName
{
color: #DAB468;
}
.AnyTagClassName
{
color: #DAB468;
}
</style>
background-color css
<style>
a { background-color: #DAB468; }
a { background-color: rgb(218,180,104); }
div.DivClassName
{
background-color: #DAB468;
}
.BgClassName
{
background-color: #DAB468;
}
</style>
border-color css
<style>
span { border-color: #DAB468; }
span { border-color: rgb(218,180,104); }
td.TdClassName
{
border-color: #DAB468;
}
.TagClassName
{
border-color: #DAB468;
}
</style>