Shades of Equator #D8AA65
Tints of Equator #D8AA65
RGB
CMYK
RGB Variations
Color information
#D8AA65 (or 0xD8AA65) is known color: Equator. HEX triplet: D8, AA and 65. RGB value is (216,170,101). Sum of RGB (Red+Green+Blue) = 216+170+101=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AA65 is #27559A. Grayscale: #B0B0B0. Windows color (decimal): -2577819 or 6662872. OLE color: 6662872.
HSL color Cylindrical-coordinate representation of color #D8AA65: hue angle of 36º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8AA65 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 170 | 101 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.15 |
| HSL | 36º | 0.6% | 0.62% | - |
| HSV(B) | 36º | 0.53% | 0.85% | - |
| XYZ | 45.04 | 44.29 | 18.49 | - |
| YUV | 175.89 | 85.74 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 101 | 0 | 0.21 | 0.53 | 0.15 | 36 | 0.6 | 0.62 |
| Hex | D8 | AA | 65 | 0 | 15 | 35 | F | 24 | 3C | 3E |
| Octal | 330 | 252 | 145 | 0 | 25 | 65 | 17 | 44 | 74 | 76 |
| Binary | 11011000 | 10101010 | 1100101 | 0 | 10101 | 110101 | 1111 | 100100 | 111100 | 111110 |
Color Harmonies of #D8AA65
Complementary color
Monochromatic Colors of #D8AA65
Black with #D8AA65
Text Example
Text Example
White with #D8AA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AA65; }
p { color: rgb(216,170,101); }
H1.HeaderClassName
{
color: #D8AA65;
}
.AnyTagClassName
{
color: #D8AA65;
}
</style>
background-color css
<style>
a { background-color: #D8AA65; }
a { background-color: rgb(216,170,101); }
div.DivClassName
{
background-color: #D8AA65;
}
.BgClassName
{
background-color: #D8AA65;
}
</style>
border-color css
<style>
span { border-color: #D8AA65; }
span { border-color: rgb(216,170,101); }
td.TdClassName
{
border-color: #D8AA65;
}
.TagClassName
{
border-color: #D8AA65;
}
</style>