Shades of Equator #D4AD64
Tints of Equator #D4AD64
RGB
CMYK
RGB Variations
Color information
#D4AD64 (or 0xD4AD64) is known color: Equator. HEX triplet: D4, AD and 64. RGB value is (212,173,100). Sum of RGB (Red+Green+Blue) = 212+173+100=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AD64 is #2B529B. Grayscale: #B0B0B0. Windows color (decimal): -2839196 or 6598100. OLE color: 6598100.
HSL color Cylindrical-coordinate representation of color #D4AD64: hue angle of 39.11º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4AD64 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 100 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.17 |
| HSL | 39.11º | 0.57% | 0.61% | - |
| HSV(B) | 39.11º | 0.53% | 0.83% | - |
| XYZ | 44.4 | 44.8 | 18.36 | - |
| YUV | 176.34 | 84.92 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 100 | 0 | 0.18 | 0.53 | 0.17 | 39.11 | 0.57 | 0.61 |
| Hex | D4 | AD | 64 | 0 | 12 | 35 | 11 | 27 | 39 | 3D |
| Octal | 324 | 255 | 144 | 0 | 22 | 65 | 21 | 47 | 71 | 75 |
| Binary | 11010100 | 10101101 | 1100100 | 0 | 10010 | 110101 | 10001 | 100111 | 111001 | 111101 |
Color Harmonies of #D4AD64
Complementary color
Monochromatic Colors of #D4AD64
Black with #D4AD64
Text Example
Text Example
White with #D4AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD64; }
p { color: rgb(212,173,100); }
H1.HeaderClassName
{
color: #D4AD64;
}
.AnyTagClassName
{
color: #D4AD64;
}
</style>
background-color css
<style>
a { background-color: #D4AD64; }
a { background-color: rgb(212,173,100); }
div.DivClassName
{
background-color: #D4AD64;
}
.BgClassName
{
background-color: #D4AD64;
}
</style>
border-color css
<style>
span { border-color: #D4AD64; }
span { border-color: rgb(212,173,100); }
td.TdClassName
{
border-color: #D4AD64;
}
.TagClassName
{
border-color: #D4AD64;
}
</style>