Shades of Equator #D7AF5C
Tints of Equator #D7AF5C
RGB
CMYK
RGB Variations
Color information
#D7AF5C (or 0xD7AF5C) is known color: Equator. HEX triplet: D7, AF and 5C. RGB value is (215,175,92). Sum of RGB (Red+Green+Blue) = 215+175+92=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF5C is #2850A3. Grayscale: #B1B1B1. Windows color (decimal): -2642084 or 6074327. OLE color: 6074327.
HSL color Cylindrical-coordinate representation of color #D7AF5C: hue angle of 40.49º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7AF5C is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 92 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.16 |
| HSL | 40.49º | 0.61% | 0.6% | - |
| HSV(B) | 40.49º | 0.57% | 0.84% | - |
| XYZ | 45.29 | 45.88 | 16.59 | - |
| YUV | 177.5 | 79.75 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 92 | 0 | 0.19 | 0.57 | 0.16 | 40.49 | 0.61 | 0.6 |
| Hex | D7 | AF | 5C | 0 | 13 | 39 | 10 | 28 | 3D | 3C |
| Octal | 327 | 257 | 134 | 0 | 23 | 71 | 20 | 50 | 75 | 74 |
| Binary | 11010111 | 10101111 | 1011100 | 0 | 10011 | 111001 | 10000 | 101000 | 111101 | 111100 |
Color Harmonies of #D7AF5C
Complementary color
Monochromatic Colors of #D7AF5C
Black with #D7AF5C
Text Example
Text Example
White with #D7AF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF5C; }
p { color: rgb(215,175,92); }
H1.HeaderClassName
{
color: #D7AF5C;
}
.AnyTagClassName
{
color: #D7AF5C;
}
</style>
background-color css
<style>
a { background-color: #D7AF5C; }
a { background-color: rgb(215,175,92); }
div.DivClassName
{
background-color: #D7AF5C;
}
.BgClassName
{
background-color: #D7AF5C;
}
</style>
border-color css
<style>
span { border-color: #D7AF5C; }
span { border-color: rgb(215,175,92); }
td.TdClassName
{
border-color: #D7AF5C;
}
.TagClassName
{
border-color: #D7AF5C;
}
</style>