Shades of Equator #D5AF68
Tints of Equator #D5AF68
RGB
CMYK
RGB Variations
Color information
#D5AF68 (or 0xD5AF68) is known color: Equator. HEX triplet: D5, AF and 68. RGB value is (213,175,104). Sum of RGB (Red+Green+Blue) = 213+175+104=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF68 is #2A5097. Grayscale: #B2B2B2. Windows color (decimal): -2773144 or 6860757. OLE color: 6860757.
HSL color Cylindrical-coordinate representation of color #D5AF68: hue angle of 39.08º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5AF68 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 104 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.16 |
| HSL | 39.08º | 0.56% | 0.62% | - |
| HSV(B) | 39.08º | 0.51% | 0.84% | - |
| XYZ | 45.27 | 45.81 | 19.55 | - |
| YUV | 178.27 | 86.09 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 104 | 0 | 0.18 | 0.51 | 0.16 | 39.08 | 0.56 | 0.62 |
| Hex | D5 | AF | 68 | 0 | 12 | 33 | 10 | 27 | 38 | 3E |
| Octal | 325 | 257 | 150 | 0 | 22 | 63 | 20 | 47 | 70 | 76 |
| Binary | 11010101 | 10101111 | 1101000 | 0 | 10010 | 110011 | 10000 | 100111 | 111000 | 111110 |
Color Harmonies of #D5AF68
Complementary color
Monochromatic Colors of #D5AF68
Black with #D5AF68
Text Example
Text Example
White with #D5AF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF68; }
p { color: rgb(213,175,104); }
H1.HeaderClassName
{
color: #D5AF68;
}
.AnyTagClassName
{
color: #D5AF68;
}
</style>
background-color css
<style>
a { background-color: #D5AF68; }
a { background-color: rgb(213,175,104); }
div.DivClassName
{
background-color: #D5AF68;
}
.BgClassName
{
background-color: #D5AF68;
}
</style>
border-color css
<style>
span { border-color: #D5AF68; }
span { border-color: rgb(213,175,104); }
td.TdClassName
{
border-color: #D5AF68;
}
.TagClassName
{
border-color: #D5AF68;
}
</style>