Shades of Equator #DAA865
Tints of Equator #DAA865
RGB
CMYK
RGB Variations
Color information
#DAA865 (or 0xDAA865) is known color: Equator. HEX triplet: DA, A8 and 65. RGB value is (218,168,101). Sum of RGB (Red+Green+Blue) = 218+168+101=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA865 is #25579A. Grayscale: #AFAFAF. Windows color (decimal): -2447259 or 6662362. OLE color: 6662362.
HSL color Cylindrical-coordinate representation of color #DAA865: hue angle of 34.36º 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 #DAA865 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 101 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.15 |
| HSL | 34.36º | 0.61% | 0.63% | - |
| HSV(B) | 34.36º | 0.54% | 0.85% | - |
| XYZ | 45.27 | 43.85 | 18.39 | - |
| YUV | 175.31 | 86.07 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 101 | 0 | 0.23 | 0.54 | 0.15 | 34.36 | 0.61 | 0.63 |
| Hex | DA | A8 | 65 | 0 | 17 | 36 | F | 22 | 3D | 3F |
| Octal | 332 | 250 | 145 | 0 | 27 | 66 | 17 | 42 | 75 | 77 |
| Binary | 11011010 | 10101000 | 1100101 | 0 | 10111 | 110110 | 1111 | 100010 | 111101 | 111111 |
Color Harmonies of #DAA865
Complementary color
Monochromatic Colors of #DAA865
Black with #DAA865
Text Example
Text Example
White with #DAA865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA865; }
p { color: rgb(218,168,101); }
H1.HeaderClassName
{
color: #DAA865;
}
.AnyTagClassName
{
color: #DAA865;
}
</style>
background-color css
<style>
a { background-color: #DAA865; }
a { background-color: rgb(218,168,101); }
div.DivClassName
{
background-color: #DAA865;
}
.BgClassName
{
background-color: #DAA865;
}
</style>
border-color css
<style>
span { border-color: #DAA865; }
span { border-color: rgb(218,168,101); }
td.TdClassName
{
border-color: #DAA865;
}
.TagClassName
{
border-color: #DAA865;
}
</style>