Shades of Equator #D7AC64
Tints of Equator #D7AC64
RGB
CMYK
RGB Variations
Color information
#D7AC64 (or 0xD7AC64) is known color: Equator. HEX triplet: D7, AC and 64. RGB value is (215,172,100). Sum of RGB (Red+Green+Blue) = 215+172+100=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AC64 is #28539B. Grayscale: #B0B0B0. Windows color (decimal): -2642844 or 6597847. OLE color: 6597847.
HSL color Cylindrical-coordinate representation of color #D7AC64: hue angle of 37.57º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7AC64 is Cyan = 0, Magento = 0.2, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 172 | 100 | - |
| CMYK | 0 | 0.2 | 0.53 | 0.16 |
| HSL | 37.57º | 0.59% | 0.62% | - |
| HSV(B) | 37.57º | 0.53% | 0.84% | - |
| XYZ | 45.08 | 44.87 | 18.34 | - |
| YUV | 176.65 | 84.75 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 172 | 100 | 0 | 0.2 | 0.53 | 0.16 | 37.57 | 0.59 | 0.62 |
| Hex | D7 | AC | 64 | 0 | 14 | 35 | 10 | 26 | 3B | 3E |
| Octal | 327 | 254 | 144 | 0 | 24 | 65 | 20 | 46 | 73 | 76 |
| Binary | 11010111 | 10101100 | 1100100 | 0 | 10100 | 110101 | 10000 | 100110 | 111011 | 111110 |
Color Harmonies of #D7AC64
Complementary color
Monochromatic Colors of #D7AC64
Black with #D7AC64
Text Example
Text Example
White with #D7AC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AC64; }
p { color: rgb(215,172,100); }
H1.HeaderClassName
{
color: #D7AC64;
}
.AnyTagClassName
{
color: #D7AC64;
}
</style>
background-color css
<style>
a { background-color: #D7AC64; }
a { background-color: rgb(215,172,100); }
div.DivClassName
{
background-color: #D7AC64;
}
.BgClassName
{
background-color: #D7AC64;
}
</style>
border-color css
<style>
span { border-color: #D7AC64; }
span { border-color: rgb(215,172,100); }
td.TdClassName
{
border-color: #D7AC64;
}
.TagClassName
{
border-color: #D7AC64;
}
</style>