Shades of Equator #D5AD66
Tints of Equator #D5AD66
RGB
CMYK
RGB Variations
Color information
#D5AD66 (or 0xD5AD66) is known color: Equator. HEX triplet: D5, AD and 66. RGB value is (213,173,102). Sum of RGB (Red+Green+Blue) = 213+173+102=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD66 is #2A5299. Grayscale: #B1B1B1. Windows color (decimal): -2773658 or 6729173. OLE color: 6729173.
HSL color Cylindrical-coordinate representation of color #D5AD66: hue angle of 38.38º 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 #D5AD66 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 102 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.16 |
| HSL | 38.38º | 0.57% | 0.62% | - |
| HSV(B) | 38.38º | 0.52% | 0.84% | - |
| XYZ | 44.78 | 44.99 | 18.89 | - |
| YUV | 176.87 | 85.75 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 102 | 0 | 0.19 | 0.52 | 0.16 | 38.38 | 0.57 | 0.62 |
| Hex | D5 | AD | 66 | 0 | 13 | 34 | 10 | 26 | 39 | 3E |
| Octal | 325 | 255 | 146 | 0 | 23 | 64 | 20 | 46 | 71 | 76 |
| Binary | 11010101 | 10101101 | 1100110 | 0 | 10011 | 110100 | 10000 | 100110 | 111001 | 111110 |
Color Harmonies of #D5AD66
Complementary color
Monochromatic Colors of #D5AD66
Black with #D5AD66
Text Example
Text Example
White with #D5AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD66; }
p { color: rgb(213,173,102); }
H1.HeaderClassName
{
color: #D5AD66;
}
.AnyTagClassName
{
color: #D5AD66;
}
</style>
background-color css
<style>
a { background-color: #D5AD66; }
a { background-color: rgb(213,173,102); }
div.DivClassName
{
background-color: #D5AD66;
}
.BgClassName
{
background-color: #D5AD66;
}
</style>
border-color css
<style>
span { border-color: #D5AD66; }
span { border-color: rgb(213,173,102); }
td.TdClassName
{
border-color: #D5AD66;
}
.TagClassName
{
border-color: #D5AD66;
}
</style>