Shades of Equator #D7AD62
Tints of Equator #D7AD62
RGB
CMYK
RGB Variations
Color information
#D7AD62 (or 0xD7AD62) is known color: Equator. HEX triplet: D7, AD and 62. RGB value is (215,173,98). Sum of RGB (Red+Green+Blue) = 215+173+98=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AD62 is #28529D. Grayscale: #B1B1B1. Windows color (decimal): -2642590 or 6467031. OLE color: 6467031.
HSL color Cylindrical-coordinate representation of color #D7AD62: hue angle of 38.46º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7AD62 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 173 | 98 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.16 |
| HSL | 38.46º | 0.59% | 0.61% | - |
| HSV(B) | 38.46º | 0.54% | 0.84% | - |
| XYZ | 45.17 | 45.22 | 17.9 | - |
| YUV | 177.01 | 83.41 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 98 | 0 | 0.20 | 0.54 | 0.16 | 38.46 | 0.59 | 0.61 |
| Hex | D7 | AD | 62 | 0 | 14 | 36 | 10 | 26 | 3B | 3D |
| Octal | 327 | 255 | 142 | 0 | 24 | 66 | 20 | 46 | 73 | 75 |
| Binary | 11010111 | 10101101 | 1100010 | 0 | 10100 | 110110 | 10000 | 100110 | 111011 | 111101 |
Color Harmonies of #D7AD62
Complementary color
Monochromatic Colors of #D7AD62
Black with #D7AD62
Text Example
Text Example
White with #D7AD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AD62; }
p { color: rgb(215,173,98); }
H1.HeaderClassName
{
color: #D7AD62;
}
.AnyTagClassName
{
color: #D7AD62;
}
</style>
background-color css
<style>
a { background-color: #D7AD62; }
a { background-color: rgb(215,173,98); }
div.DivClassName
{
background-color: #D7AD62;
}
.BgClassName
{
background-color: #D7AD62;
}
</style>
border-color css
<style>
span { border-color: #D7AD62; }
span { border-color: rgb(215,173,98); }
td.TdClassName
{
border-color: #D7AD62;
}
.TagClassName
{
border-color: #D7AD62;
}
</style>