Shades of Equator #D6AD65
Tints of Equator #D6AD65
RGB
CMYK
RGB Variations
Color information
#D6AD65 (or 0xD6AD65) is known color: Equator. HEX triplet: D6, AD and 65. RGB value is (214,173,101). Sum of RGB (Red+Green+Blue) = 214+173+101=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD65 is #29529A. Grayscale: #B1B1B1. Windows color (decimal): -2708123 or 6663638. OLE color: 6663638.
HSL color Cylindrical-coordinate representation of color #D6AD65: hue angle of 38.23º degrees, saturation: 0.58, 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 #D6AD65 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 101 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.16 |
| HSL | 38.23º | 0.58% | 0.62% | - |
| HSV(B) | 38.23º | 0.53% | 0.84% | - |
| XYZ | 45.02 | 45.12 | 18.65 | - |
| YUV | 177.05 | 85.08 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 101 | 0 | 0.19 | 0.53 | 0.16 | 38.23 | 0.58 | 0.62 |
| Hex | D6 | AD | 65 | 0 | 13 | 35 | 10 | 26 | 3A | 3E |
| Octal | 326 | 255 | 145 | 0 | 23 | 65 | 20 | 46 | 72 | 76 |
| Binary | 11010110 | 10101101 | 1100101 | 0 | 10011 | 110101 | 10000 | 100110 | 111010 | 111110 |
Color Harmonies of #D6AD65
Complementary color
Monochromatic Colors of #D6AD65
Black with #D6AD65
Text Example
Text Example
White with #D6AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD65; }
p { color: rgb(214,173,101); }
H1.HeaderClassName
{
color: #D6AD65;
}
.AnyTagClassName
{
color: #D6AD65;
}
</style>
background-color css
<style>
a { background-color: #D6AD65; }
a { background-color: rgb(214,173,101); }
div.DivClassName
{
background-color: #D6AD65;
}
.BgClassName
{
background-color: #D6AD65;
}
</style>
border-color css
<style>
span { border-color: #D6AD65; }
span { border-color: rgb(214,173,101); }
td.TdClassName
{
border-color: #D6AD65;
}
.TagClassName
{
border-color: #D6AD65;
}
</style>