Shades of Equator #D4AC67
Tints of Equator #D4AC67
RGB
CMYK
RGB Variations
Color information
#D4AC67 (or 0xD4AC67) is known color: Equator. HEX triplet: D4, AC and 67. RGB value is (212,172,103). Sum of RGB (Red+Green+Blue) = 212+172+103=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AC67 is #2B5398. Grayscale: #B0B0B0. Windows color (decimal): -2839449 or 6794452. OLE color: 6794452.
HSL color Cylindrical-coordinate representation of color #D4AC67: hue angle of 37.98º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4AC67 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 172 | 103 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.17 |
| HSL | 37.98º | 0.56% | 0.62% | - |
| HSV(B) | 37.98º | 0.51% | 0.83% | - |
| XYZ | 44.35 | 44.48 | 19.08 | - |
| YUV | 176.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 172 | 103 | 0 | 0.19 | 0.51 | 0.17 | 37.98 | 0.56 | 0.62 |
| Hex | D4 | AC | 67 | 0 | 13 | 33 | 11 | 26 | 38 | 3E |
| Octal | 324 | 254 | 147 | 0 | 23 | 63 | 21 | 46 | 70 | 76 |
| Binary | 11010100 | 10101100 | 1100111 | 0 | 10011 | 110011 | 10001 | 100110 | 111000 | 111110 |
Color Harmonies of #D4AC67
Complementary color
Monochromatic Colors of #D4AC67
Black with #D4AC67
Text Example
Text Example
White with #D4AC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AC67; }
p { color: rgb(212,172,103); }
H1.HeaderClassName
{
color: #D4AC67;
}
.AnyTagClassName
{
color: #D4AC67;
}
</style>
background-color css
<style>
a { background-color: #D4AC67; }
a { background-color: rgb(212,172,103); }
div.DivClassName
{
background-color: #D4AC67;
}
.BgClassName
{
background-color: #D4AC67;
}
</style>
border-color css
<style>
span { border-color: #D4AC67; }
span { border-color: rgb(212,172,103); }
td.TdClassName
{
border-color: #D4AC67;
}
.TagClassName
{
border-color: #D4AC67;
}
</style>