Shades of Equator #D5AF62
Tints of Equator #D5AF62
RGB
CMYK
RGB Variations
Color information
#D5AF62 (or 0xD5AF62) is known color: Equator. HEX triplet: D5, AF and 62. RGB value is (213,175,98). Sum of RGB (Red+Green+Blue) = 213+175+98=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF62 is #2A509D. Grayscale: #B1B1B1. Windows color (decimal): -2773150 or 6467541. OLE color: 6467541.
HSL color Cylindrical-coordinate representation of color #D5AF62: hue angle of 40.17º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5AF62 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 98 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.16 |
| HSL | 40.17º | 0.58% | 0.61% | - |
| HSV(B) | 40.17º | 0.54% | 0.84% | - |
| XYZ | 44.98 | 45.69 | 18 | - |
| YUV | 177.58 | 83.09 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 98 | 0 | 0.18 | 0.54 | 0.16 | 40.17 | 0.58 | 0.61 |
| Hex | D5 | AF | 62 | 0 | 12 | 36 | 10 | 28 | 3A | 3D |
| Octal | 325 | 257 | 142 | 0 | 22 | 66 | 20 | 50 | 72 | 75 |
| Binary | 11010101 | 10101111 | 1100010 | 0 | 10010 | 110110 | 10000 | 101000 | 111010 | 111101 |
Color Harmonies of #D5AF62
Complementary color
Monochromatic Colors of #D5AF62
Black with #D5AF62
Text Example
Text Example
White with #D5AF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF62; }
p { color: rgb(213,175,98); }
H1.HeaderClassName
{
color: #D5AF62;
}
.AnyTagClassName
{
color: #D5AF62;
}
</style>
background-color css
<style>
a { background-color: #D5AF62; }
a { background-color: rgb(213,175,98); }
div.DivClassName
{
background-color: #D5AF62;
}
.BgClassName
{
background-color: #D5AF62;
}
</style>
border-color css
<style>
span { border-color: #D5AF62; }
span { border-color: rgb(213,175,98); }
td.TdClassName
{
border-color: #D5AF62;
}
.TagClassName
{
border-color: #D5AF62;
}
</style>