Shades of Equator #D7AF5E
Tints of Equator #D7AF5E
RGB
CMYK
RGB Variations
Color information
#D7AF5E (or 0xD7AF5E) is known color: Equator. HEX triplet: D7, AF and 5E. RGB value is (215,175,94). Sum of RGB (Red+Green+Blue) = 215+175+94=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF5E is #2850A1. Grayscale: #B2B2B2. Windows color (decimal): -2642082 or 6205399. OLE color: 6205399.
HSL color Cylindrical-coordinate representation of color #D7AF5E: hue angle of 40.17º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D7AF5E is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 94 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.16 |
| HSL | 40.17º | 0.6% | 0.61% | - |
| HSV(B) | 40.17º | 0.56% | 0.84% | - |
| XYZ | 45.37 | 45.92 | 17.06 | - |
| YUV | 177.73 | 80.75 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 94 | 0 | 0.19 | 0.56 | 0.16 | 40.17 | 0.6 | 0.61 |
| Hex | D7 | AF | 5E | 0 | 13 | 38 | 10 | 28 | 3C | 3D |
| Octal | 327 | 257 | 136 | 0 | 23 | 70 | 20 | 50 | 74 | 75 |
| Binary | 11010111 | 10101111 | 1011110 | 0 | 10011 | 111000 | 10000 | 101000 | 111100 | 111101 |
Color Harmonies of #D7AF5E
Complementary color
Monochromatic Colors of #D7AF5E
Black with #D7AF5E
Text Example
Text Example
White with #D7AF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF5E; }
p { color: rgb(215,175,94); }
H1.HeaderClassName
{
color: #D7AF5E;
}
.AnyTagClassName
{
color: #D7AF5E;
}
</style>
background-color css
<style>
a { background-color: #D7AF5E; }
a { background-color: rgb(215,175,94); }
div.DivClassName
{
background-color: #D7AF5E;
}
.BgClassName
{
background-color: #D7AF5E;
}
</style>
border-color css
<style>
span { border-color: #D7AF5E; }
span { border-color: rgb(215,175,94); }
td.TdClassName
{
border-color: #D7AF5E;
}
.TagClassName
{
border-color: #D7AF5E;
}
</style>