Shades of Equator #D5AC67
Tints of Equator #D5AC67
RGB
CMYK
RGB Variations
Color information
#D5AC67 (or 0xD5AC67) is known color: Equator. HEX triplet: D5, AC and 67. RGB value is (213,172,103). Sum of RGB (Red+Green+Blue) = 213+172+103=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AC67 is #2A5398. Grayscale: #B0B0B0. Windows color (decimal): -2773913 or 6794453. OLE color: 6794453.
HSL color Cylindrical-coordinate representation of color #D5AC67: hue angle of 37.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5AC67 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 172 | 103 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.16 |
| HSL | 37.64º | 0.57% | 0.62% | - |
| HSV(B) | 37.64º | 0.52% | 0.84% | - |
| XYZ | 44.64 | 44.63 | 19.09 | - |
| YUV | 176.39 | 86.58 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 172 | 103 | 0 | 0.19 | 0.52 | 0.16 | 37.64 | 0.57 | 0.62 |
| Hex | D5 | AC | 67 | 0 | 13 | 34 | 10 | 26 | 39 | 3E |
| Octal | 325 | 254 | 147 | 0 | 23 | 64 | 20 | 46 | 71 | 76 |
| Binary | 11010101 | 10101100 | 1100111 | 0 | 10011 | 110100 | 10000 | 100110 | 111001 | 111110 |
Color Harmonies of #D5AC67
Complementary color
Monochromatic Colors of #D5AC67
Black with #D5AC67
Text Example
Text Example
White with #D5AC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AC67; }
p { color: rgb(213,172,103); }
H1.HeaderClassName
{
color: #D5AC67;
}
.AnyTagClassName
{
color: #D5AC67;
}
</style>
background-color css
<style>
a { background-color: #D5AC67; }
a { background-color: rgb(213,172,103); }
div.DivClassName
{
background-color: #D5AC67;
}
.BgClassName
{
background-color: #D5AC67;
}
</style>
border-color css
<style>
span { border-color: #D5AC67; }
span { border-color: rgb(213,172,103); }
td.TdClassName
{
border-color: #D5AC67;
}
.TagClassName
{
border-color: #D5AC67;
}
</style>