Shades of Equator #D8AD67
Tints of Equator #D8AD67
RGB
CMYK
RGB Variations
Color information
#D8AD67 (or 0xD8AD67) is known color: Equator. HEX triplet: D8, AD and 67. RGB value is (216,173,103). Sum of RGB (Red+Green+Blue) = 216+173+103=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 103 (40.62% from 255 or 20.93% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AD67 is #275298. Grayscale: #B2B2B2. Windows color (decimal): -2577049 or 6794712. OLE color: 6794712.
HSL color Cylindrical-coordinate representation of color #D8AD67: hue angle of 37.17º 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 #D8AD67 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 103 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.15 |
| HSL | 37.17º | 0.59% | 0.63% | - |
| HSV(B) | 37.17º | 0.52% | 0.85% | - |
| XYZ | 45.71 | 45.47 | 19.2 | - |
| YUV | 177.88 | 85.75 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 103 | 0 | 0.20 | 0.52 | 0.15 | 37.17 | 0.59 | 0.63 |
| Hex | D8 | AD | 67 | 0 | 14 | 34 | F | 25 | 3B | 3F |
| Octal | 330 | 255 | 147 | 0 | 24 | 64 | 17 | 45 | 73 | 77 |
| Binary | 11011000 | 10101101 | 1100111 | 0 | 10100 | 110100 | 1111 | 100101 | 111011 | 111111 |
Color Harmonies of #D8AD67
Complementary color
Monochromatic Colors of #D8AD67
Black with #D8AD67
Text Example
Text Example
White with #D8AD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AD67; }
p { color: rgb(216,173,103); }
H1.HeaderClassName
{
color: #D8AD67;
}
.AnyTagClassName
{
color: #D8AD67;
}
</style>
background-color css
<style>
a { background-color: #D8AD67; }
a { background-color: rgb(216,173,103); }
div.DivClassName
{
background-color: #D8AD67;
}
.BgClassName
{
background-color: #D8AD67;
}
</style>
border-color css
<style>
span { border-color: #D8AD67; }
span { border-color: rgb(216,173,103); }
td.TdClassName
{
border-color: #D8AD67;
}
.TagClassName
{
border-color: #D8AD67;
}
</style>