Shades of Equator #D7AF5A
Tints of Equator #D7AF5A
RGB
CMYK
RGB Variations
Color information
#D7AF5A (or 0xD7AF5A) is known color: Equator. HEX triplet: D7, AF and 5A. RGB value is (215,175,90). Sum of RGB (Red+Green+Blue) = 215+175+90=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF5A is #2850A5. Grayscale: #B1B1B1. Windows color (decimal): -2642086 or 5943255. OLE color: 5943255.
HSL color Cylindrical-coordinate representation of color #D7AF5A: hue angle of 40.8º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D7AF5A is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 90 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.16 |
| HSL | 40.8º | 0.61% | 0.6% | - |
| HSV(B) | 40.8º | 0.58% | 0.84% | - |
| XYZ | 45.2 | 45.85 | 16.14 | - |
| YUV | 177.27 | 78.75 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 90 | 0 | 0.19 | 0.58 | 0.16 | 40.8 | 0.61 | 0.6 |
| Hex | D7 | AF | 5A | 0 | 13 | 3A | 10 | 29 | 3D | 3C |
| Octal | 327 | 257 | 132 | 0 | 23 | 72 | 20 | 51 | 75 | 74 |
| Binary | 11010111 | 10101111 | 1011010 | 0 | 10011 | 111010 | 10000 | 101001 | 111101 | 111100 |
Color Harmonies of #D7AF5A
Complementary color
Monochromatic Colors of #D7AF5A
Black with #D7AF5A
Text Example
Text Example
White with #D7AF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF5A; }
p { color: rgb(215,175,90); }
H1.HeaderClassName
{
color: #D7AF5A;
}
.AnyTagClassName
{
color: #D7AF5A;
}
</style>
background-color css
<style>
a { background-color: #D7AF5A; }
a { background-color: rgb(215,175,90); }
div.DivClassName
{
background-color: #D7AF5A;
}
.BgClassName
{
background-color: #D7AF5A;
}
</style>
border-color css
<style>
span { border-color: #D7AF5A; }
span { border-color: rgb(215,175,90); }
td.TdClassName
{
border-color: #D7AF5A;
}
.TagClassName
{
border-color: #D7AF5A;
}
</style>