Shades of Equator #D4AE60
Tints of Equator #D4AE60
RGB
CMYK
RGB Variations
Color information
#D4AE60 (or 0xD4AE60) is known color: Equator. HEX triplet: D4, AE and 60. RGB value is (212,174,96). Sum of RGB (Red+Green+Blue) = 212+174+96=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AE60 is #2B519F. Grayscale: #B0B0B0. Windows color (decimal): -2838944 or 6336212. OLE color: 6336212.
HSL color Cylindrical-coordinate representation of color #D4AE60: hue angle of 40.34º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4AE60 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 174 | 96 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.17 |
| HSL | 40.34º | 0.57% | 0.6% | - |
| HSV(B) | 40.34º | 0.55% | 0.83% | - |
| XYZ | 44.4 | 45.11 | 17.43 | - |
| YUV | 176.47 | 82.59 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 174 | 96 | 0 | 0.18 | 0.55 | 0.17 | 40.34 | 0.57 | 0.6 |
| Hex | D4 | AE | 60 | 0 | 12 | 37 | 11 | 28 | 39 | 3C |
| Octal | 324 | 256 | 140 | 0 | 22 | 67 | 21 | 50 | 71 | 74 |
| Binary | 11010100 | 10101110 | 1100000 | 0 | 10010 | 110111 | 10001 | 101000 | 111001 | 111100 |
Color Harmonies of #D4AE60
Complementary color
Monochromatic Colors of #D4AE60
Black with #D4AE60
Text Example
Text Example
White with #D4AE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AE60; }
p { color: rgb(212,174,96); }
H1.HeaderClassName
{
color: #D4AE60;
}
.AnyTagClassName
{
color: #D4AE60;
}
</style>
background-color css
<style>
a { background-color: #D4AE60; }
a { background-color: rgb(212,174,96); }
div.DivClassName
{
background-color: #D4AE60;
}
.BgClassName
{
background-color: #D4AE60;
}
</style>
border-color css
<style>
span { border-color: #D4AE60; }
span { border-color: rgb(212,174,96); }
td.TdClassName
{
border-color: #D4AE60;
}
.TagClassName
{
border-color: #D4AE60;
}
</style>