Shades of Equator #D7AB65
Tints of Equator #D7AB65
RGB
CMYK
RGB Variations
Color information
#D7AB65 (or 0xD7AB65) is known color: Equator. HEX triplet: D7, AB and 65. RGB value is (215,171,101). Sum of RGB (Red+Green+Blue) = 215+171+101=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AB65 is #28549A. Grayscale: #B0B0B0. Windows color (decimal): -2643099 or 6663127. OLE color: 6663127.
HSL color Cylindrical-coordinate representation of color #D7AB65: hue angle of 36.84º degrees, saturation: 0.59, 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 #D7AB65 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 171 | 101 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.16 |
| HSL | 36.84º | 0.59% | 0.62% | - |
| HSV(B) | 36.84º | 0.53% | 0.84% | - |
| XYZ | 44.94 | 44.51 | 18.54 | - |
| YUV | 176.18 | 85.58 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 171 | 101 | 0 | 0.20 | 0.53 | 0.16 | 36.84 | 0.59 | 0.62 |
| Hex | D7 | AB | 65 | 0 | 14 | 35 | 10 | 25 | 3B | 3E |
| Octal | 327 | 253 | 145 | 0 | 24 | 65 | 20 | 45 | 73 | 76 |
| Binary | 11010111 | 10101011 | 1100101 | 0 | 10100 | 110101 | 10000 | 100101 | 111011 | 111110 |
Color Harmonies of #D7AB65
Complementary color
Monochromatic Colors of #D7AB65
Black with #D7AB65
Text Example
Text Example
White with #D7AB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AB65; }
p { color: rgb(215,171,101); }
H1.HeaderClassName
{
color: #D7AB65;
}
.AnyTagClassName
{
color: #D7AB65;
}
</style>
background-color css
<style>
a { background-color: #D7AB65; }
a { background-color: rgb(215,171,101); }
div.DivClassName
{
background-color: #D7AB65;
}
.BgClassName
{
background-color: #D7AB65;
}
</style>
border-color css
<style>
span { border-color: #D7AB65; }
span { border-color: rgb(215,171,101); }
td.TdClassName
{
border-color: #D7AB65;
}
.TagClassName
{
border-color: #D7AB65;
}
</style>