Shades of Equator #D9AB6A
Tints of Equator #D9AB6A
RGB
CMYK
RGB Variations
Color information
#D9AB6A (or 0xD9AB6A) is known color: Equator. HEX triplet: D9, AB and 6A. RGB value is (217,171,106). Sum of RGB (Red+Green+Blue) = 217+171+106=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB6A is #265495. Grayscale: #B1B1B1. Windows color (decimal): -2512022 or 6990809. OLE color: 6990809.
HSL color Cylindrical-coordinate representation of color #D9AB6A: hue angle of 35.14º 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 #D9AB6A is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 106 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.15 |
| HSL | 35.14º | 0.59% | 0.63% | - |
| HSV(B) | 35.14º | 0.51% | 0.85% | - |
| XYZ | 45.78 | 44.92 | 19.89 | - |
| YUV | 177.34 | 87.74 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 106 | 0 | 0.21 | 0.51 | 0.15 | 35.14 | 0.59 | 0.63 |
| Hex | D9 | AB | 6A | 0 | 15 | 33 | F | 23 | 3B | 3F |
| Octal | 331 | 253 | 152 | 0 | 25 | 63 | 17 | 43 | 73 | 77 |
| Binary | 11011001 | 10101011 | 1101010 | 0 | 10101 | 110011 | 1111 | 100011 | 111011 | 111111 |
Color Harmonies of #D9AB6A
Complementary color
Monochromatic Colors of #D9AB6A
Black with #D9AB6A
Text Example
Text Example
White with #D9AB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB6A; }
p { color: rgb(217,171,106); }
H1.HeaderClassName
{
color: #D9AB6A;
}
.AnyTagClassName
{
color: #D9AB6A;
}
</style>
background-color css
<style>
a { background-color: #D9AB6A; }
a { background-color: rgb(217,171,106); }
div.DivClassName
{
background-color: #D9AB6A;
}
.BgClassName
{
background-color: #D9AB6A;
}
</style>
border-color css
<style>
span { border-color: #D9AB6A; }
span { border-color: rgb(217,171,106); }
td.TdClassName
{
border-color: #D9AB6A;
}
.TagClassName
{
border-color: #D9AB6A;
}
</style>