Shades of Equator #DAA96B
Tints of Equator #DAA96B
RGB
CMYK
RGB Variations
Color information
#DAA96B (or 0xDAA96B) is known color: Equator. HEX triplet: DA, A9 and 6B. RGB value is (218,169,107). Sum of RGB (Red+Green+Blue) = 218+169+107=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA96B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA96B is #255694. Grayscale: #B0B0B0. Windows color (decimal): -2446997 or 7055834. OLE color: 7055834.
HSL color Cylindrical-coordinate representation of color #DAA96B: hue angle of 33.51º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAA96B is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 107 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.15 |
| HSL | 33.51º | 0.6% | 0.64% | - |
| HSV(B) | 33.51º | 0.51% | 0.85% | - |
| XYZ | 45.76 | 44.34 | 20.06 | - |
| YUV | 176.58 | 88.73 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 107 | 0 | 0.22 | 0.51 | 0.15 | 33.51 | 0.6 | 0.64 |
| Hex | DA | A9 | 6B | 0 | 16 | 33 | F | 22 | 3C | 40 |
| Octal | 332 | 251 | 153 | 0 | 26 | 63 | 17 | 42 | 74 | 100 |
| Binary | 11011010 | 10101001 | 1101011 | 0 | 10110 | 110011 | 1111 | 100010 | 111100 | 1000000 |
Color Harmonies of #DAA96B
Complementary color
Monochromatic Colors of #DAA96B
Black with #DAA96B
Text Example
Text Example
White with #DAA96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA96B; }
p { color: rgb(218,169,107); }
H1.HeaderClassName
{
color: #DAA96B;
}
.AnyTagClassName
{
color: #DAA96B;
}
</style>
background-color css
<style>
a { background-color: #DAA96B; }
a { background-color: rgb(218,169,107); }
div.DivClassName
{
background-color: #DAA96B;
}
.BgClassName
{
background-color: #DAA96B;
}
</style>
border-color css
<style>
span { border-color: #DAA96B; }
span { border-color: rgb(218,169,107); }
td.TdClassName
{
border-color: #DAA96B;
}
.TagClassName
{
border-color: #DAA96B;
}
</style>