Shades of Equator #D8AB64
Tints of Equator #D8AB64
RGB
CMYK
RGB Variations
Color information
#D8AB64 (or 0xD8AB64) is known color: Equator. HEX triplet: D8, AB and 64. RGB value is (216,171,100). Sum of RGB (Red+Green+Blue) = 216+171+100=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB64 is #27549B. Grayscale: #B0B0B0. Windows color (decimal): -2577564 or 6597592. OLE color: 6597592.
HSL color Cylindrical-coordinate representation of color #D8AB64: hue angle of 36.72º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8AB64 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 100 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.15 |
| HSL | 36.72º | 0.6% | 0.62% | - |
| HSV(B) | 36.72º | 0.54% | 0.85% | - |
| XYZ | 45.18 | 44.64 | 18.29 | - |
| YUV | 176.36 | 84.91 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 100 | 0 | 0.21 | 0.54 | 0.15 | 36.72 | 0.6 | 0.62 |
| Hex | D8 | AB | 64 | 0 | 15 | 36 | F | 25 | 3C | 3E |
| Octal | 330 | 253 | 144 | 0 | 25 | 66 | 17 | 45 | 74 | 76 |
| Binary | 11011000 | 10101011 | 1100100 | 0 | 10101 | 110110 | 1111 | 100101 | 111100 | 111110 |
Color Harmonies of #D8AB64
Complementary color
Monochromatic Colors of #D8AB64
Black with #D8AB64
Text Example
Text Example
White with #D8AB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB64; }
p { color: rgb(216,171,100); }
H1.HeaderClassName
{
color: #D8AB64;
}
.AnyTagClassName
{
color: #D8AB64;
}
</style>
background-color css
<style>
a { background-color: #D8AB64; }
a { background-color: rgb(216,171,100); }
div.DivClassName
{
background-color: #D8AB64;
}
.BgClassName
{
background-color: #D8AB64;
}
</style>
border-color css
<style>
span { border-color: #D8AB64; }
span { border-color: rgb(216,171,100); }
td.TdClassName
{
border-color: #D8AB64;
}
.TagClassName
{
border-color: #D8AB64;
}
</style>