Shades of Equator #D9AC68
Tints of Equator #D9AC68
RGB
CMYK
RGB Variations
Color information
#D9AC68 (or 0xD9AC68) is known color: Equator. HEX triplet: D9, AC and 68. RGB value is (217,172,104). Sum of RGB (Red+Green+Blue) = 217+172+104=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC68 is #265397. Grayscale: #B2B2B2. Windows color (decimal): -2511768 or 6859993. OLE color: 6859993.
HSL color Cylindrical-coordinate representation of color #D9AC68: hue angle of 36.11º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9AC68 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 172 | 104 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.15 |
| HSL | 36.11º | 0.6% | 0.63% | - |
| HSV(B) | 36.11º | 0.52% | 0.85% | - |
| XYZ | 45.87 | 45.26 | 19.41 | - |
| YUV | 177.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 172 | 104 | 0 | 0.21 | 0.52 | 0.15 | 36.11 | 0.6 | 0.63 |
| Hex | D9 | AC | 68 | 0 | 15 | 34 | F | 24 | 3C | 3F |
| Octal | 331 | 254 | 150 | 0 | 25 | 64 | 17 | 44 | 74 | 77 |
| Binary | 11011001 | 10101100 | 1101000 | 0 | 10101 | 110100 | 1111 | 100100 | 111100 | 111111 |
Color Harmonies of #D9AC68
Complementary color
Monochromatic Colors of #D9AC68
Black with #D9AC68
Text Example
Text Example
White with #D9AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AC68; }
p { color: rgb(217,172,104); }
H1.HeaderClassName
{
color: #D9AC68;
}
.AnyTagClassName
{
color: #D9AC68;
}
</style>
background-color css
<style>
a { background-color: #D9AC68; }
a { background-color: rgb(217,172,104); }
div.DivClassName
{
background-color: #D9AC68;
}
.BgClassName
{
background-color: #D9AC68;
}
</style>
border-color css
<style>
span { border-color: #D9AC68; }
span { border-color: rgb(217,172,104); }
td.TdClassName
{
border-color: #D9AC68;
}
.TagClassName
{
border-color: #D9AC68;
}
</style>