Shades of Equator #D5AF69
Tints of Equator #D5AF69
RGB
CMYK
RGB Variations
Color information
#D5AF69 (or 0xD5AF69) is known color: Equator. HEX triplet: D5, AF and 69. RGB value is (213,175,105). Sum of RGB (Red+Green+Blue) = 213+175+105=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF69 is #2A5096. Grayscale: #B2B2B2. Windows color (decimal): -2773143 or 6926293. OLE color: 6926293.
HSL color Cylindrical-coordinate representation of color #D5AF69: hue angle of 38.89º 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 #D5AF69 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 105 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.16 |
| HSL | 38.89º | 0.56% | 0.62% | - |
| HSV(B) | 38.89º | 0.51% | 0.84% | - |
| XYZ | 45.32 | 45.83 | 19.82 | - |
| YUV | 178.38 | 86.59 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 105 | 0 | 0.18 | 0.51 | 0.16 | 38.89 | 0.56 | 0.62 |
| Hex | D5 | AF | 69 | 0 | 12 | 33 | 10 | 27 | 38 | 3E |
| Octal | 325 | 257 | 151 | 0 | 22 | 63 | 20 | 47 | 70 | 76 |
| Binary | 11010101 | 10101111 | 1101001 | 0 | 10010 | 110011 | 10000 | 100111 | 111000 | 111110 |
Color Harmonies of #D5AF69
Complementary color
Monochromatic Colors of #D5AF69
Black with #D5AF69
Text Example
Text Example
White with #D5AF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF69; }
p { color: rgb(213,175,105); }
H1.HeaderClassName
{
color: #D5AF69;
}
.AnyTagClassName
{
color: #D5AF69;
}
</style>
background-color css
<style>
a { background-color: #D5AF69; }
a { background-color: rgb(213,175,105); }
div.DivClassName
{
background-color: #D5AF69;
}
.BgClassName
{
background-color: #D5AF69;
}
</style>
border-color css
<style>
span { border-color: #D5AF69; }
span { border-color: rgb(213,175,105); }
td.TdClassName
{
border-color: #D5AF69;
}
.TagClassName
{
border-color: #D5AF69;
}
</style>