Shades of Equator #D8AD68
Tints of Equator #D8AD68
RGB
CMYK
RGB Variations
Color information
#D8AD68 (or 0xD8AD68) is known color: Equator. HEX triplet: D8, AD and 68. RGB value is (216,173,104). Sum of RGB (Red+Green+Blue) = 216+173+104=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AD68 is #275297. Grayscale: #B2B2B2. Windows color (decimal): -2577048 or 6860248. OLE color: 6860248.
HSL color Cylindrical-coordinate representation of color #D8AD68: hue angle of 36.96º 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 #D8AD68 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 104 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.15 |
| HSL | 36.96º | 0.59% | 0.63% | - |
| HSV(B) | 36.96º | 0.52% | 0.85% | - |
| XYZ | 45.76 | 45.49 | 19.46 | - |
| YUV | 177.99 | 86.25 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 104 | 0 | 0.20 | 0.52 | 0.15 | 36.96 | 0.59 | 0.63 |
| Hex | D8 | AD | 68 | 0 | 14 | 34 | F | 25 | 3B | 3F |
| Octal | 330 | 255 | 150 | 0 | 24 | 64 | 17 | 45 | 73 | 77 |
| Binary | 11011000 | 10101101 | 1101000 | 0 | 10100 | 110100 | 1111 | 100101 | 111011 | 111111 |
Color Harmonies of #D8AD68
Complementary color
Monochromatic Colors of #D8AD68
Black with #D8AD68
Text Example
Text Example
White with #D8AD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AD68; }
p { color: rgb(216,173,104); }
H1.HeaderClassName
{
color: #D8AD68;
}
.AnyTagClassName
{
color: #D8AD68;
}
</style>
background-color css
<style>
a { background-color: #D8AD68; }
a { background-color: rgb(216,173,104); }
div.DivClassName
{
background-color: #D8AD68;
}
.BgClassName
{
background-color: #D8AD68;
}
</style>
border-color css
<style>
span { border-color: #D8AD68; }
span { border-color: rgb(216,173,104); }
td.TdClassName
{
border-color: #D8AD68;
}
.TagClassName
{
border-color: #D8AD68;
}
</style>