Shades of Equator #D5AD65
Tints of Equator #D5AD65
RGB
CMYK
RGB Variations
Color information
#D5AD65 (or 0xD5AD65) is known color: Equator. HEX triplet: D5, AD and 65. RGB value is (213,173,101). Sum of RGB (Red+Green+Blue) = 213+173+101=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD65 is #2A529A. Grayscale: #B1B1B1. Windows color (decimal): -2773659 or 6663637. OLE color: 6663637.
HSL color Cylindrical-coordinate representation of color #D5AD65: hue angle of 38.57º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5AD65 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 101 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.16 |
| HSL | 38.57º | 0.57% | 0.62% | - |
| HSV(B) | 38.57º | 0.53% | 0.84% | - |
| XYZ | 44.73 | 44.97 | 18.63 | - |
| YUV | 176.75 | 85.25 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 101 | 0 | 0.19 | 0.53 | 0.16 | 38.57 | 0.57 | 0.62 |
| Hex | D5 | AD | 65 | 0 | 13 | 35 | 10 | 27 | 39 | 3E |
| Octal | 325 | 255 | 145 | 0 | 23 | 65 | 20 | 47 | 71 | 76 |
| Binary | 11010101 | 10101101 | 1100101 | 0 | 10011 | 110101 | 10000 | 100111 | 111001 | 111110 |
Color Harmonies of #D5AD65
Complementary color
Monochromatic Colors of #D5AD65
Black with #D5AD65
Text Example
Text Example
White with #D5AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD65; }
p { color: rgb(213,173,101); }
H1.HeaderClassName
{
color: #D5AD65;
}
.AnyTagClassName
{
color: #D5AD65;
}
</style>
background-color css
<style>
a { background-color: #D5AD65; }
a { background-color: rgb(213,173,101); }
div.DivClassName
{
background-color: #D5AD65;
}
.BgClassName
{
background-color: #D5AD65;
}
</style>
border-color css
<style>
span { border-color: #D5AD65; }
span { border-color: rgb(213,173,101); }
td.TdClassName
{
border-color: #D5AD65;
}
.TagClassName
{
border-color: #D5AD65;
}
</style>