Shades of Equator #D4AD66
Tints of Equator #D4AD66
RGB
CMYK
RGB Variations
Color information
#D4AD66 (or 0xD4AD66) is known color: Equator. HEX triplet: D4, AD and 66. RGB value is (212,173,102). Sum of RGB (Red+Green+Blue) = 212+173+102=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AD66 is #2B5299. Grayscale: #B0B0B0. Windows color (decimal): -2839194 or 6729172. OLE color: 6729172.
HSL color Cylindrical-coordinate representation of color #D4AD66: hue angle of 38.73º 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 #D4AD66 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 102 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.17 |
| HSL | 38.73º | 0.56% | 0.62% | - |
| HSV(B) | 38.73º | 0.52% | 0.83% | - |
| XYZ | 44.49 | 44.84 | 18.88 | - |
| YUV | 176.57 | 85.92 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 102 | 0 | 0.18 | 0.52 | 0.17 | 38.73 | 0.56 | 0.62 |
| Hex | D4 | AD | 66 | 0 | 12 | 34 | 11 | 27 | 38 | 3E |
| Octal | 324 | 255 | 146 | 0 | 22 | 64 | 21 | 47 | 70 | 76 |
| Binary | 11010100 | 10101101 | 1100110 | 0 | 10010 | 110100 | 10001 | 100111 | 111000 | 111110 |
Color Harmonies of #D4AD66
Complementary color
Monochromatic Colors of #D4AD66
Black with #D4AD66
Text Example
Text Example
White with #D4AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD66; }
p { color: rgb(212,173,102); }
H1.HeaderClassName
{
color: #D4AD66;
}
.AnyTagClassName
{
color: #D4AD66;
}
</style>
background-color css
<style>
a { background-color: #D4AD66; }
a { background-color: rgb(212,173,102); }
div.DivClassName
{
background-color: #D4AD66;
}
.BgClassName
{
background-color: #D4AD66;
}
</style>
border-color css
<style>
span { border-color: #D4AD66; }
span { border-color: rgb(212,173,102); }
td.TdClassName
{
border-color: #D4AD66;
}
.TagClassName
{
border-color: #D4AD66;
}
</style>