Shades of Equator #D5AF61
Tints of Equator #D5AF61
RGB
CMYK
RGB Variations
Color information
#D5AF61 (or 0xD5AF61) is known color: Equator. HEX triplet: D5, AF and 61. RGB value is (213,175,97). Sum of RGB (Red+Green+Blue) = 213+175+97=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF61 is #2A509E. Grayscale: #B1B1B1. Windows color (decimal): -2773151 or 6402005. OLE color: 6402005.
HSL color Cylindrical-coordinate representation of color #D5AF61: hue angle of 40.34º 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 #D5AF61 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 97 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.16 |
| HSL | 40.34º | 0.58% | 0.61% | - |
| HSV(B) | 40.34º | 0.54% | 0.84% | - |
| XYZ | 44.93 | 45.67 | 17.76 | - |
| YUV | 177.47 | 82.59 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 97 | 0 | 0.18 | 0.54 | 0.16 | 40.34 | 0.58 | 0.61 |
| Hex | D5 | AF | 61 | 0 | 12 | 36 | 10 | 28 | 3A | 3D |
| Octal | 325 | 257 | 141 | 0 | 22 | 66 | 20 | 50 | 72 | 75 |
| Binary | 11010101 | 10101111 | 1100001 | 0 | 10010 | 110110 | 10000 | 101000 | 111010 | 111101 |
Color Harmonies of #D5AF61
Complementary color
Monochromatic Colors of #D5AF61
Black with #D5AF61
Text Example
Text Example
White with #D5AF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF61; }
p { color: rgb(213,175,97); }
H1.HeaderClassName
{
color: #D5AF61;
}
.AnyTagClassName
{
color: #D5AF61;
}
</style>
background-color css
<style>
a { background-color: #D5AF61; }
a { background-color: rgb(213,175,97); }
div.DivClassName
{
background-color: #D5AF61;
}
.BgClassName
{
background-color: #D5AF61;
}
</style>
border-color css
<style>
span { border-color: #D5AF61; }
span { border-color: rgb(213,175,97); }
td.TdClassName
{
border-color: #D5AF61;
}
.TagClassName
{
border-color: #D5AF61;
}
</style>