Shades of Equator #D5AF5E
Tints of Equator #D5AF5E
RGB
CMYK
RGB Variations
Color information
#D5AF5E (or 0xD5AF5E) is known color: Equator. HEX triplet: D5, AF and 5E. RGB value is (213,175,94). Sum of RGB (Red+Green+Blue) = 213+175+94=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF5E is #2A50A1. Grayscale: #B1B1B1. Windows color (decimal): -2773154 or 6205397. OLE color: 6205397.
HSL color Cylindrical-coordinate representation of color #D5AF5E: hue angle of 40.84º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5AF5E is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 94 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.16 |
| HSL | 40.84º | 0.59% | 0.6% | - |
| HSV(B) | 40.84º | 0.56% | 0.84% | - |
| XYZ | 44.79 | 45.61 | 17.03 | - |
| YUV | 177.13 | 81.09 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 94 | 0 | 0.18 | 0.56 | 0.16 | 40.84 | 0.59 | 0.6 |
| Hex | D5 | AF | 5E | 0 | 12 | 38 | 10 | 29 | 3B | 3C |
| Octal | 325 | 257 | 136 | 0 | 22 | 70 | 20 | 51 | 73 | 74 |
| Binary | 11010101 | 10101111 | 1011110 | 0 | 10010 | 111000 | 10000 | 101001 | 111011 | 111100 |
Color Harmonies of #D5AF5E
Complementary color
Monochromatic Colors of #D5AF5E
Black with #D5AF5E
Text Example
Text Example
White with #D5AF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF5E; }
p { color: rgb(213,175,94); }
H1.HeaderClassName
{
color: #D5AF5E;
}
.AnyTagClassName
{
color: #D5AF5E;
}
</style>
background-color css
<style>
a { background-color: #D5AF5E; }
a { background-color: rgb(213,175,94); }
div.DivClassName
{
background-color: #D5AF5E;
}
.BgClassName
{
background-color: #D5AF5E;
}
</style>
border-color css
<style>
span { border-color: #D5AF5E; }
span { border-color: rgb(213,175,94); }
td.TdClassName
{
border-color: #D5AF5E;
}
.TagClassName
{
border-color: #D5AF5E;
}
</style>