Shades of Equator #D4AF66
Tints of Equator #D4AF66
RGB
CMYK
RGB Variations
Color information
#D4AF66 (or 0xD4AF66) is known color: Equator. HEX triplet: D4, AF and 66. RGB value is (212,175,102). Sum of RGB (Red+Green+Blue) = 212+175+102=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AF66 is #2B5099. Grayscale: #B2B2B2. Windows color (decimal): -2838682 or 6729684. OLE color: 6729684.
HSL color Cylindrical-coordinate representation of color #D4AF66: hue angle of 39.82º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4AF66 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 175 | 102 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.17 |
| HSL | 39.82º | 0.56% | 0.62% | - |
| HSV(B) | 39.82º | 0.52% | 0.83% | - |
| XYZ | 44.88 | 45.62 | 19.01 | - |
| YUV | 177.74 | 85.26 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 102 | 0 | 0.17 | 0.52 | 0.17 | 39.82 | 0.56 | 0.62 |
| Hex | D4 | AF | 66 | 0 | 11 | 34 | 11 | 28 | 38 | 3E |
| Octal | 324 | 257 | 146 | 0 | 21 | 64 | 21 | 50 | 70 | 76 |
| Binary | 11010100 | 10101111 | 1100110 | 0 | 10001 | 110100 | 10001 | 101000 | 111000 | 111110 |
Color Harmonies of #D4AF66
Complementary color
Monochromatic Colors of #D4AF66
Black with #D4AF66
Text Example
Text Example
White with #D4AF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AF66; }
p { color: rgb(212,175,102); }
H1.HeaderClassName
{
color: #D4AF66;
}
.AnyTagClassName
{
color: #D4AF66;
}
</style>
background-color css
<style>
a { background-color: #D4AF66; }
a { background-color: rgb(212,175,102); }
div.DivClassName
{
background-color: #D4AF66;
}
.BgClassName
{
background-color: #D4AF66;
}
</style>
border-color css
<style>
span { border-color: #D4AF66; }
span { border-color: rgb(212,175,102); }
td.TdClassName
{
border-color: #D4AF66;
}
.TagClassName
{
border-color: #D4AF66;
}
</style>