Shades of Equator #D8AC68
Tints of Equator #D8AC68
RGB
CMYK
RGB Variations
Color information
#D8AC68 (or 0xD8AC68) is known color: Equator. HEX triplet: D8, AC and 68. RGB value is (216,172,104). Sum of RGB (Red+Green+Blue) = 216+172+104=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC68 is #275397. Grayscale: #B1B1B1. Windows color (decimal): -2577304 or 6859992. OLE color: 6859992.
HSL color Cylindrical-coordinate representation of color #D8AC68: hue angle of 36.43º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8AC68 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 104 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.15 |
| HSL | 36.43º | 0.59% | 0.63% | - |
| HSV(B) | 36.43º | 0.52% | 0.85% | - |
| XYZ | 45.57 | 45.1 | 19.4 | - |
| YUV | 177.4 | 86.58 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 104 | 0 | 0.20 | 0.52 | 0.15 | 36.43 | 0.59 | 0.63 |
| Hex | D8 | AC | 68 | 0 | 14 | 34 | F | 24 | 3B | 3F |
| Octal | 330 | 254 | 150 | 0 | 24 | 64 | 17 | 44 | 73 | 77 |
| Binary | 11011000 | 10101100 | 1101000 | 0 | 10100 | 110100 | 1111 | 100100 | 111011 | 111111 |
Color Harmonies of #D8AC68
Complementary color
Monochromatic Colors of #D8AC68
Black with #D8AC68
Text Example
Text Example
White with #D8AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AC68; }
p { color: rgb(216,172,104); }
H1.HeaderClassName
{
color: #D8AC68;
}
.AnyTagClassName
{
color: #D8AC68;
}
</style>
background-color css
<style>
a { background-color: #D8AC68; }
a { background-color: rgb(216,172,104); }
div.DivClassName
{
background-color: #D8AC68;
}
.BgClassName
{
background-color: #D8AC68;
}
</style>
border-color css
<style>
span { border-color: #D8AC68; }
span { border-color: rgb(216,172,104); }
td.TdClassName
{
border-color: #D8AC68;
}
.TagClassName
{
border-color: #D8AC68;
}
</style>