Shades of Equator #D8AA6A
Tints of Equator #D8AA6A
RGB
CMYK
RGB Variations
Color information
#D8AA6A (or 0xD8AA6A) is known color: Equator. HEX triplet: D8, AA and 6A. RGB value is (216,170,106). Sum of RGB (Red+Green+Blue) = 216+170+106=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AA6A is #275595. Grayscale: #B0B0B0. Windows color (decimal): -2577814 or 6990552. OLE color: 6990552.
HSL color Cylindrical-coordinate representation of color #D8AA6A: hue angle of 34.91º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8AA6A is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 170 | 106 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.15 |
| HSL | 34.91º | 0.59% | 0.63% | - |
| HSV(B) | 34.91º | 0.51% | 0.85% | - |
| XYZ | 45.3 | 44.39 | 19.82 | - |
| YUV | 176.46 | 88.24 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 106 | 0 | 0.21 | 0.51 | 0.15 | 34.91 | 0.59 | 0.63 |
| Hex | D8 | AA | 6A | 0 | 15 | 33 | F | 23 | 3B | 3F |
| Octal | 330 | 252 | 152 | 0 | 25 | 63 | 17 | 43 | 73 | 77 |
| Binary | 11011000 | 10101010 | 1101010 | 0 | 10101 | 110011 | 1111 | 100011 | 111011 | 111111 |
Color Harmonies of #D8AA6A
Complementary color
Monochromatic Colors of #D8AA6A
Black with #D8AA6A
Text Example
Text Example
White with #D8AA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AA6A; }
p { color: rgb(216,170,106); }
H1.HeaderClassName
{
color: #D8AA6A;
}
.AnyTagClassName
{
color: #D8AA6A;
}
</style>
background-color css
<style>
a { background-color: #D8AA6A; }
a { background-color: rgb(216,170,106); }
div.DivClassName
{
background-color: #D8AA6A;
}
.BgClassName
{
background-color: #D8AA6A;
}
</style>
border-color css
<style>
span { border-color: #D8AA6A; }
span { border-color: rgb(216,170,106); }
td.TdClassName
{
border-color: #D8AA6A;
}
.TagClassName
{
border-color: #D8AA6A;
}
</style>