Shades of Equator #D6AB64
Tints of Equator #D6AB64
RGB
CMYK
RGB Variations
Color information
#D6AB64 (or 0xD6AB64) is known color: Equator. HEX triplet: D6, AB and 64. RGB value is (214,171,100). Sum of RGB (Red+Green+Blue) = 214+171+100=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB64 is #29549B. Grayscale: #B0B0B0. Windows color (decimal): -2708636 or 6597590. OLE color: 6597590.
HSL color Cylindrical-coordinate representation of color #D6AB64: hue angle of 37.37º 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 #D6AB64 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 100 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.16 |
| HSL | 37.37º | 0.58% | 0.62% | - |
| HSV(B) | 37.37º | 0.53% | 0.84% | - |
| XYZ | 44.59 | 44.34 | 18.27 | - |
| YUV | 175.76 | 85.25 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 100 | 0 | 0.20 | 0.53 | 0.16 | 37.37 | 0.58 | 0.62 |
| Hex | D6 | AB | 64 | 0 | 14 | 35 | 10 | 25 | 3A | 3E |
| Octal | 326 | 253 | 144 | 0 | 24 | 65 | 20 | 45 | 72 | 76 |
| Binary | 11010110 | 10101011 | 1100100 | 0 | 10100 | 110101 | 10000 | 100101 | 111010 | 111110 |
Color Harmonies of #D6AB64
Complementary color
Monochromatic Colors of #D6AB64
Black with #D6AB64
Text Example
Text Example
White with #D6AB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AB64; }
p { color: rgb(214,171,100); }
H1.HeaderClassName
{
color: #D6AB64;
}
.AnyTagClassName
{
color: #D6AB64;
}
</style>
background-color css
<style>
a { background-color: #D6AB64; }
a { background-color: rgb(214,171,100); }
div.DivClassName
{
background-color: #D6AB64;
}
.BgClassName
{
background-color: #D6AB64;
}
</style>
border-color css
<style>
span { border-color: #D6AB64; }
span { border-color: rgb(214,171,100); }
td.TdClassName
{
border-color: #D6AB64;
}
.TagClassName
{
border-color: #D6AB64;
}
</style>