Shades of Equator #D9A96A
Tints of Equator #D9A96A
RGB
CMYK
RGB Variations
Color information
#D9A96A (or 0xD9A96A) is known color: Equator. HEX triplet: D9, A9 and 6A. RGB value is (217,169,106). Sum of RGB (Red+Green+Blue) = 217+169+106=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A96A is #265695. Grayscale: #B0B0B0. Windows color (decimal): -2512534 or 6990297. OLE color: 6990297.
HSL color Cylindrical-coordinate representation of color #D9A96A: hue angle of 34.05º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9A96A is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 169 | 106 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.15 |
| HSL | 34.05º | 0.59% | 0.63% | - |
| HSV(B) | 34.05º | 0.51% | 0.85% | - |
| XYZ | 45.4 | 44.17 | 19.77 | - |
| YUV | 176.17 | 88.4 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 169 | 106 | 0 | 0.22 | 0.51 | 0.15 | 34.05 | 0.59 | 0.63 |
| Hex | D9 | A9 | 6A | 0 | 16 | 33 | F | 22 | 3B | 3F |
| Octal | 331 | 251 | 152 | 0 | 26 | 63 | 17 | 42 | 73 | 77 |
| Binary | 11011001 | 10101001 | 1101010 | 0 | 10110 | 110011 | 1111 | 100010 | 111011 | 111111 |
Color Harmonies of #D9A96A
Complementary color
Monochromatic Colors of #D9A96A
Black with #D9A96A
Text Example
Text Example
White with #D9A96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A96A; }
p { color: rgb(217,169,106); }
H1.HeaderClassName
{
color: #D9A96A;
}
.AnyTagClassName
{
color: #D9A96A;
}
</style>
background-color css
<style>
a { background-color: #D9A96A; }
a { background-color: rgb(217,169,106); }
div.DivClassName
{
background-color: #D9A96A;
}
.BgClassName
{
background-color: #D9A96A;
}
</style>
border-color css
<style>
span { border-color: #D9A96A; }
span { border-color: rgb(217,169,106); }
td.TdClassName
{
border-color: #D9A96A;
}
.TagClassName
{
border-color: #D9A96A;
}
</style>