Shades of Equator #D9A86A
Tints of Equator #D9A86A
RGB
CMYK
RGB Variations
Color information
#D9A86A (or 0xD9A86A) is known color: Equator. HEX triplet: D9, A8 and 6A. RGB value is (217,168,106). Sum of RGB (Red+Green+Blue) = 217+168+106=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A86A is #265795. Grayscale: #AFAFAF. Windows color (decimal): -2512790 or 6990041. OLE color: 6990041.
HSL color Cylindrical-coordinate representation of color #D9A86A: hue angle of 33.51º 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 #D9A86A is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 106 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.15 |
| HSL | 33.51º | 0.59% | 0.63% | - |
| HSV(B) | 33.51º | 0.51% | 0.85% | - |
| XYZ | 45.22 | 43.8 | 19.71 | - |
| YUV | 175.58 | 88.73 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 106 | 0 | 0.23 | 0.51 | 0.15 | 33.51 | 0.59 | 0.63 |
| Hex | D9 | A8 | 6A | 0 | 17 | 33 | F | 22 | 3B | 3F |
| Octal | 331 | 250 | 152 | 0 | 27 | 63 | 17 | 42 | 73 | 77 |
| Binary | 11011001 | 10101000 | 1101010 | 0 | 10111 | 110011 | 1111 | 100010 | 111011 | 111111 |
Color Harmonies of #D9A86A
Complementary color
Monochromatic Colors of #D9A86A
Black with #D9A86A
Text Example
Text Example
White with #D9A86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A86A; }
p { color: rgb(217,168,106); }
H1.HeaderClassName
{
color: #D9A86A;
}
.AnyTagClassName
{
color: #D9A86A;
}
</style>
background-color css
<style>
a { background-color: #D9A86A; }
a { background-color: rgb(217,168,106); }
div.DivClassName
{
background-color: #D9A86A;
}
.BgClassName
{
background-color: #D9A86A;
}
</style>
border-color css
<style>
span { border-color: #D9A86A; }
span { border-color: rgb(217,168,106); }
td.TdClassName
{
border-color: #D9A86A;
}
.TagClassName
{
border-color: #D9A86A;
}
</style>