Shades of Equator #D6AF64
Tints of Equator #D6AF64
RGB
CMYK
RGB Variations
Color information
#D6AF64 (or 0xD6AF64) is known color: Equator. HEX triplet: D6, AF and 64. RGB value is (214,175,100). Sum of RGB (Red+Green+Blue) = 214+175+100=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 100 (39.45% from 255 or 20.45% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AF64 is #29509B. Grayscale: #B2B2B2. Windows color (decimal): -2707612 or 6598614. OLE color: 6598614.
HSL color Cylindrical-coordinate representation of color #D6AF64: hue angle of 39.47º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6AF64 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 100 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.16 |
| HSL | 39.47º | 0.58% | 0.62% | - |
| HSV(B) | 39.47º | 0.53% | 0.84% | - |
| XYZ | 45.36 | 45.88 | 18.52 | - |
| YUV | 178.11 | 83.92 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 100 | 0 | 0.18 | 0.53 | 0.16 | 39.47 | 0.58 | 0.62 |
| Hex | D6 | AF | 64 | 0 | 12 | 35 | 10 | 27 | 3A | 3E |
| Octal | 326 | 257 | 144 | 0 | 22 | 65 | 20 | 47 | 72 | 76 |
| Binary | 11010110 | 10101111 | 1100100 | 0 | 10010 | 110101 | 10000 | 100111 | 111010 | 111110 |
Color Harmonies of #D6AF64
Complementary color
Monochromatic Colors of #D6AF64
Black with #D6AF64
Text Example
Text Example
White with #D6AF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF64; }
p { color: rgb(214,175,100); }
H1.HeaderClassName
{
color: #D6AF64;
}
.AnyTagClassName
{
color: #D6AF64;
}
</style>
background-color css
<style>
a { background-color: #D6AF64; }
a { background-color: rgb(214,175,100); }
div.DivClassName
{
background-color: #D6AF64;
}
.BgClassName
{
background-color: #D6AF64;
}
</style>
border-color css
<style>
span { border-color: #D6AF64; }
span { border-color: rgb(214,175,100); }
td.TdClassName
{
border-color: #D6AF64;
}
.TagClassName
{
border-color: #D6AF64;
}
</style>