Shades of Equator #D5AC64
Tints of Equator #D5AC64
RGB
CMYK
RGB Variations
Color information
#D5AC64 (or 0xD5AC64) is known color: Equator. HEX triplet: D5, AC and 64. RGB value is (213,172,100). Sum of RGB (Red+Green+Blue) = 213+172+100=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AC64 is #2A539B. Grayscale: #B0B0B0. Windows color (decimal): -2773916 or 6597845. OLE color: 6597845.
HSL color Cylindrical-coordinate representation of color #D5AC64: hue angle of 38.23º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5AC64 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 172 | 100 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.16 |
| HSL | 38.23º | 0.57% | 0.61% | - |
| HSV(B) | 38.23º | 0.53% | 0.84% | - |
| XYZ | 44.49 | 44.57 | 18.31 | - |
| YUV | 176.05 | 85.08 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 172 | 100 | 0 | 0.19 | 0.53 | 0.16 | 38.23 | 0.57 | 0.61 |
| Hex | D5 | AC | 64 | 0 | 13 | 35 | 10 | 26 | 39 | 3D |
| Octal | 325 | 254 | 144 | 0 | 23 | 65 | 20 | 46 | 71 | 75 |
| Binary | 11010101 | 10101100 | 1100100 | 0 | 10011 | 110101 | 10000 | 100110 | 111001 | 111101 |
Color Harmonies of #D5AC64
Complementary color
Monochromatic Colors of #D5AC64
Black with #D5AC64
Text Example
Text Example
White with #D5AC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AC64; }
p { color: rgb(213,172,100); }
H1.HeaderClassName
{
color: #D5AC64;
}
.AnyTagClassName
{
color: #D5AC64;
}
</style>
background-color css
<style>
a { background-color: #D5AC64; }
a { background-color: rgb(213,172,100); }
div.DivClassName
{
background-color: #D5AC64;
}
.BgClassName
{
background-color: #D5AC64;
}
</style>
border-color css
<style>
span { border-color: #D5AC64; }
span { border-color: rgb(213,172,100); }
td.TdClassName
{
border-color: #D5AC64;
}
.TagClassName
{
border-color: #D5AC64;
}
</style>