Shades of Equator #D4AD67
Tints of Equator #D4AD67
RGB
CMYK
RGB Variations
Color information
#D4AD67 (or 0xD4AD67) is known color: Equator. HEX triplet: D4, AD and 67. RGB value is (212,173,103). Sum of RGB (Red+Green+Blue) = 212+173+103=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AD67 is #2B5298. Grayscale: #B1B1B1. Windows color (decimal): -2839193 or 6794708. OLE color: 6794708.
HSL color Cylindrical-coordinate representation of color #D4AD67: hue angle of 38.53º 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 #D4AD67 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 103 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.17 |
| HSL | 38.53º | 0.56% | 0.62% | - |
| HSV(B) | 38.53º | 0.51% | 0.83% | - |
| XYZ | 44.54 | 44.86 | 19.14 | - |
| YUV | 176.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 103 | 0 | 0.18 | 0.51 | 0.17 | 38.53 | 0.56 | 0.62 |
| Hex | D4 | AD | 67 | 0 | 12 | 33 | 11 | 27 | 38 | 3E |
| Octal | 324 | 255 | 147 | 0 | 22 | 63 | 21 | 47 | 70 | 76 |
| Binary | 11010100 | 10101101 | 1100111 | 0 | 10010 | 110011 | 10001 | 100111 | 111000 | 111110 |
Color Harmonies of #D4AD67
Complementary color
Monochromatic Colors of #D4AD67
Black with #D4AD67
Text Example
Text Example
White with #D4AD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD67; }
p { color: rgb(212,173,103); }
H1.HeaderClassName
{
color: #D4AD67;
}
.AnyTagClassName
{
color: #D4AD67;
}
</style>
background-color css
<style>
a { background-color: #D4AD67; }
a { background-color: rgb(212,173,103); }
div.DivClassName
{
background-color: #D4AD67;
}
.BgClassName
{
background-color: #D4AD67;
}
</style>
border-color css
<style>
span { border-color: #D4AD67; }
span { border-color: rgb(212,173,103); }
td.TdClassName
{
border-color: #D4AD67;
}
.TagClassName
{
border-color: #D4AD67;
}
</style>