Shades of Equator #D8AD5E
Tints of Equator #D8AD5E
RGB
CMYK
RGB Variations
Color information
#D8AD5E (or 0xD8AD5E) is known color: Equator. HEX triplet: D8, AD and 5E. RGB value is (216,173,94). Sum of RGB (Red+Green+Blue) = 216+173+94=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AD5E is #2752A1. Grayscale: #B1B1B1. Windows color (decimal): -2577058 or 6204888. OLE color: 6204888.
HSL color Cylindrical-coordinate representation of color #D8AD5E: hue angle of 38.85º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8AD5E is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 94 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.15 |
| HSL | 38.85º | 0.61% | 0.61% | - |
| HSV(B) | 38.85º | 0.56% | 0.85% | - |
| XYZ | 45.28 | 45.29 | 16.95 | - |
| YUV | 176.85 | 81.25 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 94 | 0 | 0.20 | 0.56 | 0.15 | 38.85 | 0.61 | 0.61 |
| Hex | D8 | AD | 5E | 0 | 14 | 38 | F | 27 | 3D | 3D |
| Octal | 330 | 255 | 136 | 0 | 24 | 70 | 17 | 47 | 75 | 75 |
| Binary | 11011000 | 10101101 | 1011110 | 0 | 10100 | 111000 | 1111 | 100111 | 111101 | 111101 |
Color Harmonies of #D8AD5E
Complementary color
Monochromatic Colors of #D8AD5E
Black with #D8AD5E
Text Example
Text Example
White with #D8AD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AD5E; }
p { color: rgb(216,173,94); }
H1.HeaderClassName
{
color: #D8AD5E;
}
.AnyTagClassName
{
color: #D8AD5E;
}
</style>
background-color css
<style>
a { background-color: #D8AD5E; }
a { background-color: rgb(216,173,94); }
div.DivClassName
{
background-color: #D8AD5E;
}
.BgClassName
{
background-color: #D8AD5E;
}
</style>
border-color css
<style>
span { border-color: #D8AD5E; }
span { border-color: rgb(216,173,94); }
td.TdClassName
{
border-color: #D8AD5E;
}
.TagClassName
{
border-color: #D8AD5E;
}
</style>