Shades of Equator #D7AD68
Tints of Equator #D7AD68
RGB
CMYK
RGB Variations
Color information
#D7AD68 (or 0xD7AD68) is known color: Equator. HEX triplet: D7, AD and 68. RGB value is (215,173,104). Sum of RGB (Red+Green+Blue) = 215+173+104=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AD68 is #285297. Grayscale: #B2B2B2. Windows color (decimal): -2642584 or 6860247. OLE color: 6860247.
HSL color Cylindrical-coordinate representation of color #D7AD68: hue angle of 37.3º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D7AD68 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 173 | 104 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.16 |
| HSL | 37.3º | 0.58% | 0.63% | - |
| HSV(B) | 37.3º | 0.52% | 0.84% | - |
| XYZ | 45.47 | 45.33 | 19.45 | - |
| YUV | 177.69 | 86.41 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 104 | 0 | 0.20 | 0.52 | 0.16 | 37.3 | 0.58 | 0.63 |
| Hex | D7 | AD | 68 | 0 | 14 | 34 | 10 | 25 | 3A | 3F |
| Octal | 327 | 255 | 150 | 0 | 24 | 64 | 20 | 45 | 72 | 77 |
| Binary | 11010111 | 10101101 | 1101000 | 0 | 10100 | 110100 | 10000 | 100101 | 111010 | 111111 |
Color Harmonies of #D7AD68
Complementary color
Monochromatic Colors of #D7AD68
Black with #D7AD68
Text Example
Text Example
White with #D7AD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AD68; }
p { color: rgb(215,173,104); }
H1.HeaderClassName
{
color: #D7AD68;
}
.AnyTagClassName
{
color: #D7AD68;
}
</style>
background-color css
<style>
a { background-color: #D7AD68; }
a { background-color: rgb(215,173,104); }
div.DivClassName
{
background-color: #D7AD68;
}
.BgClassName
{
background-color: #D7AD68;
}
</style>
border-color css
<style>
span { border-color: #D7AD68; }
span { border-color: rgb(215,173,104); }
td.TdClassName
{
border-color: #D7AD68;
}
.TagClassName
{
border-color: #D7AD68;
}
</style>