Shades of Equator #DAB365
Tints of Equator #DAB365
RGB
CMYK
RGB Variations
Color information
#DAB365 (or 0xDAB365) is known color: Equator. HEX triplet: DA, B3 and 65. RGB value is (218,179,101). Sum of RGB (Red+Green+Blue) = 218+179+101=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB365 is #254C9A. Grayscale: #B6B6B6. Windows color (decimal): -2444443 or 6665178. OLE color: 6665178.
HSL color Cylindrical-coordinate representation of color #DAB365: 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.54%. Process color model (Four color, CMYK) of #DAB365 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 101 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.15 |
| HSL | 40º | 0.61% | 0.63% | - |
| HSV(B) | 40º | 0.54% | 0.85% | - |
| XYZ | 47.38 | 48.09 | 19.1 | - |
| YUV | 181.77 | 82.42 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 101 | 0 | 0.18 | 0.54 | 0.15 | 40 | 0.61 | 0.63 |
| Hex | DA | B3 | 65 | 0 | 12 | 36 | F | 28 | 3D | 3F |
| Octal | 332 | 263 | 145 | 0 | 22 | 66 | 17 | 50 | 75 | 77 |
| Binary | 11011010 | 10110011 | 1100101 | 0 | 10010 | 110110 | 1111 | 101000 | 111101 | 111111 |
Color Harmonies of #DAB365
Complementary color
Monochromatic Colors of #DAB365
Black with #DAB365
Text Example
Text Example
White with #DAB365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB365; }
p { color: rgb(218,179,101); }
H1.HeaderClassName
{
color: #DAB365;
}
.AnyTagClassName
{
color: #DAB365;
}
</style>
background-color css
<style>
a { background-color: #DAB365; }
a { background-color: rgb(218,179,101); }
div.DivClassName
{
background-color: #DAB365;
}
.BgClassName
{
background-color: #DAB365;
}
</style>
border-color css
<style>
span { border-color: #DAB365; }
span { border-color: rgb(218,179,101); }
td.TdClassName
{
border-color: #DAB365;
}
.TagClassName
{
border-color: #DAB365;
}
</style>