Shades of Equator #D8AB63
Tints of Equator #D8AB63
RGB
CMYK
RGB Variations
Color information
#D8AB63 (or 0xD8AB63) is known color: Equator. HEX triplet: D8, AB and 63. RGB value is (216,171,99). Sum of RGB (Red+Green+Blue) = 216+171+99=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB63 is #27549C. Grayscale: #B0B0B0. Windows color (decimal): -2577565 or 6532056. OLE color: 6532056.
HSL color Cylindrical-coordinate representation of color #D8AB63: hue angle of 36.92º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8AB63 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 99 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.15 |
| HSL | 36.92º | 0.6% | 0.62% | - |
| HSV(B) | 36.92º | 0.54% | 0.85% | - |
| XYZ | 45.13 | 44.63 | 18.04 | - |
| YUV | 176.25 | 84.41 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 99 | 0 | 0.21 | 0.54 | 0.15 | 36.92 | 0.6 | 0.62 |
| Hex | D8 | AB | 63 | 0 | 15 | 36 | F | 25 | 3C | 3E |
| Octal | 330 | 253 | 143 | 0 | 25 | 66 | 17 | 45 | 74 | 76 |
| Binary | 11011000 | 10101011 | 1100011 | 0 | 10101 | 110110 | 1111 | 100101 | 111100 | 111110 |
Color Harmonies of #D8AB63
Complementary color
Monochromatic Colors of #D8AB63
Black with #D8AB63
Text Example
Text Example
White with #D8AB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB63; }
p { color: rgb(216,171,99); }
H1.HeaderClassName
{
color: #D8AB63;
}
.AnyTagClassName
{
color: #D8AB63;
}
</style>
background-color css
<style>
a { background-color: #D8AB63; }
a { background-color: rgb(216,171,99); }
div.DivClassName
{
background-color: #D8AB63;
}
.BgClassName
{
background-color: #D8AB63;
}
</style>
border-color css
<style>
span { border-color: #D8AB63; }
span { border-color: rgb(216,171,99); }
td.TdClassName
{
border-color: #D8AB63;
}
.TagClassName
{
border-color: #D8AB63;
}
</style>