Shades of Equator #D2AE65
Tints of Equator #D2AE65
RGB
CMYK
RGB Variations
Color information
#D2AE65 (or 0xD2AE65) is known color: Equator. HEX triplet: D2, AE and 65. RGB value is (210,174,101). Sum of RGB (Red+Green+Blue) = 210+174+101=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AE65 is #2D519A. Grayscale: #B0B0B0. Windows color (decimal): -2970011 or 6663890. OLE color: 6663890.
HSL color Cylindrical-coordinate representation of color #D2AE65: hue angle of 40.18º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2AE65 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 174 | 101 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.18 |
| HSL | 40.18º | 0.55% | 0.61% | - |
| HSV(B) | 40.18º | 0.52% | 0.82% | - |
| XYZ | 44.06 | 44.91 | 18.66 | - |
| YUV | 176.44 | 85.43 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 174 | 101 | 0 | 0.17 | 0.52 | 0.18 | 40.18 | 0.55 | 0.61 |
| Hex | D2 | AE | 65 | 0 | 11 | 34 | 12 | 28 | 37 | 3D |
| Octal | 322 | 256 | 145 | 0 | 21 | 64 | 22 | 50 | 67 | 75 |
| Binary | 11010010 | 10101110 | 1100101 | 0 | 10001 | 110100 | 10010 | 101000 | 110111 | 111101 |
Color Harmonies of #D2AE65
Complementary color
Monochromatic Colors of #D2AE65
Black with #D2AE65
Text Example
Text Example
White with #D2AE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AE65; }
p { color: rgb(210,174,101); }
H1.HeaderClassName
{
color: #D2AE65;
}
.AnyTagClassName
{
color: #D2AE65;
}
</style>
background-color css
<style>
a { background-color: #D2AE65; }
a { background-color: rgb(210,174,101); }
div.DivClassName
{
background-color: #D2AE65;
}
.BgClassName
{
background-color: #D2AE65;
}
</style>
border-color css
<style>
span { border-color: #D2AE65; }
span { border-color: rgb(210,174,101); }
td.TdClassName
{
border-color: #D2AE65;
}
.TagClassName
{
border-color: #D2AE65;
}
</style>