Shades of Equator #D8AD6B
Tints of Equator #D8AD6B
RGB
CMYK
RGB Variations
Color information
#D8AD6B (or 0xD8AD6B) is known color: Equator. HEX triplet: D8, AD and 6B. RGB value is (216,173,107). Sum of RGB (Red+Green+Blue) = 216+173+107=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 107 (42.19% from 255 or 21.57% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AD6B is #275294. Grayscale: #B2B2B2. Windows color (decimal): -2577045 or 7056856. OLE color: 7056856.
HSL color Cylindrical-coordinate representation of color #D8AD6B: hue angle of 36.33º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8AD6B is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 107 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.15 |
| HSL | 36.33º | 0.58% | 0.63% | - |
| HSV(B) | 36.33º | 0.5% | 0.85% | - |
| XYZ | 45.92 | 45.55 | 20.28 | - |
| YUV | 178.33 | 87.75 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 107 | 0 | 0.20 | 0.50 | 0.15 | 36.33 | 0.58 | 0.63 |
| Hex | D8 | AD | 6B | 0 | 14 | 32 | F | 24 | 3A | 3F |
| Octal | 330 | 255 | 153 | 0 | 24 | 62 | 17 | 44 | 72 | 77 |
| Binary | 11011000 | 10101101 | 1101011 | 0 | 10100 | 110010 | 1111 | 100100 | 111010 | 111111 |
Color Harmonies of #D8AD6B
Complementary color
Monochromatic Colors of #D8AD6B
Black with #D8AD6B
Text Example
Text Example
White with #D8AD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AD6B; }
p { color: rgb(216,173,107); }
H1.HeaderClassName
{
color: #D8AD6B;
}
.AnyTagClassName
{
color: #D8AD6B;
}
</style>
background-color css
<style>
a { background-color: #D8AD6B; }
a { background-color: rgb(216,173,107); }
div.DivClassName
{
background-color: #D8AD6B;
}
.BgClassName
{
background-color: #D8AD6B;
}
</style>
border-color css
<style>
span { border-color: #D8AD6B; }
span { border-color: rgb(216,173,107); }
td.TdClassName
{
border-color: #D8AD6B;
}
.TagClassName
{
border-color: #D8AD6B;
}
</style>