Shades of Equator #D5AF5F
Tints of Equator #D5AF5F
RGB
CMYK
RGB Variations
Color information
#D5AF5F (or 0xD5AF5F) is known color: Equator. HEX triplet: D5, AF and 5F. RGB value is (213,175,95). Sum of RGB (Red+Green+Blue) = 213+175+95=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF5F is #2A50A0. Grayscale: #B1B1B1. Windows color (decimal): -2773153 or 6270933. OLE color: 6270933.
HSL color Cylindrical-coordinate representation of color #D5AF5F: hue angle of 40.68º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5AF5F is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 95 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.16 |
| HSL | 40.68º | 0.58% | 0.6% | - |
| HSV(B) | 40.68º | 0.55% | 0.84% | - |
| XYZ | 44.84 | 45.63 | 17.27 | - |
| YUV | 177.24 | 81.59 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 95 | 0 | 0.18 | 0.55 | 0.16 | 40.68 | 0.58 | 0.6 |
| Hex | D5 | AF | 5F | 0 | 12 | 37 | 10 | 29 | 3A | 3C |
| Octal | 325 | 257 | 137 | 0 | 22 | 67 | 20 | 51 | 72 | 74 |
| Binary | 11010101 | 10101111 | 1011111 | 0 | 10010 | 110111 | 10000 | 101001 | 111010 | 111100 |
Color Harmonies of #D5AF5F
Complementary color
Monochromatic Colors of #D5AF5F
Black with #D5AF5F
Text Example
Text Example
White with #D5AF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF5F; }
p { color: rgb(213,175,95); }
H1.HeaderClassName
{
color: #D5AF5F;
}
.AnyTagClassName
{
color: #D5AF5F;
}
</style>
background-color css
<style>
a { background-color: #D5AF5F; }
a { background-color: rgb(213,175,95); }
div.DivClassName
{
background-color: #D5AF5F;
}
.BgClassName
{
background-color: #D5AF5F;
}
</style>
border-color css
<style>
span { border-color: #D5AF5F; }
span { border-color: rgb(213,175,95); }
td.TdClassName
{
border-color: #D5AF5F;
}
.TagClassName
{
border-color: #D5AF5F;
}
</style>