Shades of Equator #D7AE68
Tints of Equator #D7AE68
RGB
CMYK
RGB Variations
Color information
#D7AE68 (or 0xD7AE68) is known color: Equator. HEX triplet: D7, AE and 68. RGB value is (215,174,104). Sum of RGB (Red+Green+Blue) = 215+174+104=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AE68 is #285197. Grayscale: #B2B2B2. Windows color (decimal): -2642328 or 6860503. OLE color: 6860503.
HSL color Cylindrical-coordinate representation of color #D7AE68: hue angle of 37.84º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D7AE68 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 174 | 104 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.16 |
| HSL | 37.84º | 0.58% | 0.63% | - |
| HSV(B) | 37.84º | 0.52% | 0.84% | - |
| XYZ | 45.66 | 45.72 | 19.51 | - |
| YUV | 178.28 | 86.08 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 174 | 104 | 0 | 0.19 | 0.52 | 0.16 | 37.84 | 0.58 | 0.63 |
| Hex | D7 | AE | 68 | 0 | 13 | 34 | 10 | 26 | 3A | 3F |
| Octal | 327 | 256 | 150 | 0 | 23 | 64 | 20 | 46 | 72 | 77 |
| Binary | 11010111 | 10101110 | 1101000 | 0 | 10011 | 110100 | 10000 | 100110 | 111010 | 111111 |
Color Harmonies of #D7AE68
Complementary color
Monochromatic Colors of #D7AE68
Black with #D7AE68
Text Example
Text Example
White with #D7AE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AE68; }
p { color: rgb(215,174,104); }
H1.HeaderClassName
{
color: #D7AE68;
}
.AnyTagClassName
{
color: #D7AE68;
}
</style>
background-color css
<style>
a { background-color: #D7AE68; }
a { background-color: rgb(215,174,104); }
div.DivClassName
{
background-color: #D7AE68;
}
.BgClassName
{
background-color: #D7AE68;
}
</style>
border-color css
<style>
span { border-color: #D7AE68; }
span { border-color: rgb(215,174,104); }
td.TdClassName
{
border-color: #D7AE68;
}
.TagClassName
{
border-color: #D7AE68;
}
</style>