Shades of Equator #D9AB6B
Tints of Equator #D9AB6B
RGB
CMYK
RGB Variations
Color information
#D9AB6B (or 0xD9AB6B) is known color: Equator. HEX triplet: D9, AB and 6B. RGB value is (217,171,107). Sum of RGB (Red+Green+Blue) = 217+171+107=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB6B is #265494. Grayscale: #B1B1B1. Windows color (decimal): -2512021 or 7056345. OLE color: 7056345.
HSL color Cylindrical-coordinate representation of color #D9AB6B: hue angle of 34.91º degrees, saturation: 0.59, 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 #D9AB6B is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 107 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.15 |
| HSL | 34.91º | 0.59% | 0.64% | - |
| HSV(B) | 34.91º | 0.51% | 0.85% | - |
| XYZ | 45.83 | 44.94 | 20.17 | - |
| YUV | 177.46 | 88.24 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 107 | 0 | 0.21 | 0.51 | 0.15 | 34.91 | 0.59 | 0.64 |
| Hex | D9 | AB | 6B | 0 | 15 | 33 | F | 23 | 3B | 40 |
| Octal | 331 | 253 | 153 | 0 | 25 | 63 | 17 | 43 | 73 | 100 |
| Binary | 11011001 | 10101011 | 1101011 | 0 | 10101 | 110011 | 1111 | 100011 | 111011 | 1000000 |
Color Harmonies of #D9AB6B
Complementary color
Monochromatic Colors of #D9AB6B
Black with #D9AB6B
Text Example
Text Example
White with #D9AB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB6B; }
p { color: rgb(217,171,107); }
H1.HeaderClassName
{
color: #D9AB6B;
}
.AnyTagClassName
{
color: #D9AB6B;
}
</style>
background-color css
<style>
a { background-color: #D9AB6B; }
a { background-color: rgb(217,171,107); }
div.DivClassName
{
background-color: #D9AB6B;
}
.BgClassName
{
background-color: #D9AB6B;
}
</style>
border-color css
<style>
span { border-color: #D9AB6B; }
span { border-color: rgb(217,171,107); }
td.TdClassName
{
border-color: #D9AB6B;
}
.TagClassName
{
border-color: #D9AB6B;
}
</style>