Shades of Equator #D8AC67
Tints of Equator #D8AC67
RGB
CMYK
RGB Variations
Color information
#D8AC67 (or 0xD8AC67) is known color: Equator. HEX triplet: D8, AC and 67. RGB value is (216,172,103). Sum of RGB (Red+Green+Blue) = 216+172+103=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC67 is #275398. Grayscale: #B1B1B1. Windows color (decimal): -2577305 or 6794456. OLE color: 6794456.
HSL color Cylindrical-coordinate representation of color #D8AC67: hue angle of 36.64º 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 #D8AC67 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 103 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.15 |
| HSL | 36.64º | 0.59% | 0.63% | - |
| HSV(B) | 36.64º | 0.52% | 0.85% | - |
| XYZ | 45.52 | 45.08 | 19.13 | - |
| YUV | 177.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 103 | 0 | 0.20 | 0.52 | 0.15 | 36.64 | 0.59 | 0.63 |
| Hex | D8 | AC | 67 | 0 | 14 | 34 | F | 25 | 3B | 3F |
| Octal | 330 | 254 | 147 | 0 | 24 | 64 | 17 | 45 | 73 | 77 |
| Binary | 11011000 | 10101100 | 1100111 | 0 | 10100 | 110100 | 1111 | 100101 | 111011 | 111111 |
Color Harmonies of #D8AC67
Complementary color
Monochromatic Colors of #D8AC67
Black with #D8AC67
Text Example
Text Example
White with #D8AC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AC67; }
p { color: rgb(216,172,103); }
H1.HeaderClassName
{
color: #D8AC67;
}
.AnyTagClassName
{
color: #D8AC67;
}
</style>
background-color css
<style>
a { background-color: #D8AC67; }
a { background-color: rgb(216,172,103); }
div.DivClassName
{
background-color: #D8AC67;
}
.BgClassName
{
background-color: #D8AC67;
}
</style>
border-color css
<style>
span { border-color: #D8AC67; }
span { border-color: rgb(216,172,103); }
td.TdClassName
{
border-color: #D8AC67;
}
.TagClassName
{
border-color: #D8AC67;
}
</style>