Shades of Equator #D7AD69
Tints of Equator #D7AD69
RGB
CMYK
RGB Variations
Color information
#D7AD69 (or 0xD7AD69) is known color: Equator. HEX triplet: D7, AD and 69. RGB value is (215,173,105). Sum of RGB (Red+Green+Blue) = 215+173+105=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AD69 is #285296. Grayscale: #B2B2B2. Windows color (decimal): -2642583 or 6925783. OLE color: 6925783.
HSL color Cylindrical-coordinate representation of color #D7AD69: hue angle of 37.09º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D7AD69 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 173 | 105 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.16 |
| HSL | 37.09º | 0.58% | 0.63% | - |
| HSV(B) | 37.09º | 0.51% | 0.84% | - |
| XYZ | 45.52 | 45.35 | 19.72 | - |
| YUV | 177.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 105 | 0 | 0.20 | 0.51 | 0.16 | 37.09 | 0.58 | 0.63 |
| Hex | D7 | AD | 69 | 0 | 14 | 33 | 10 | 25 | 3A | 3F |
| Octal | 327 | 255 | 151 | 0 | 24 | 63 | 20 | 45 | 72 | 77 |
| Binary | 11010111 | 10101101 | 1101001 | 0 | 10100 | 110011 | 10000 | 100101 | 111010 | 111111 |
Color Harmonies of #D7AD69
Complementary color
Monochromatic Colors of #D7AD69
Black with #D7AD69
Text Example
Text Example
White with #D7AD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AD69; }
p { color: rgb(215,173,105); }
H1.HeaderClassName
{
color: #D7AD69;
}
.AnyTagClassName
{
color: #D7AD69;
}
</style>
background-color css
<style>
a { background-color: #D7AD69; }
a { background-color: rgb(215,173,105); }
div.DivClassName
{
background-color: #D7AD69;
}
.BgClassName
{
background-color: #D7AD69;
}
</style>
border-color css
<style>
span { border-color: #D7AD69; }
span { border-color: rgb(215,173,105); }
td.TdClassName
{
border-color: #D7AD69;
}
.TagClassName
{
border-color: #D7AD69;
}
</style>