Shades of Equator #D5AF67
Tints of Equator #D5AF67
RGB
CMYK
RGB Variations
Color information
#D5AF67 (or 0xD5AF67) is known color: Equator. HEX triplet: D5, AF and 67. RGB value is (213,175,103). Sum of RGB (Red+Green+Blue) = 213+175+103=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF67 is #2A5098. Grayscale: #B2B2B2. Windows color (decimal): -2773145 or 6795221. OLE color: 6795221.
HSL color Cylindrical-coordinate representation of color #D5AF67: hue angle of 39.27º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5AF67 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 103 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.16 |
| HSL | 39.27º | 0.57% | 0.62% | - |
| HSV(B) | 39.27º | 0.52% | 0.84% | - |
| XYZ | 45.22 | 45.79 | 19.29 | - |
| YUV | 178.15 | 85.59 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 103 | 0 | 0.18 | 0.52 | 0.16 | 39.27 | 0.57 | 0.62 |
| Hex | D5 | AF | 67 | 0 | 12 | 34 | 10 | 27 | 39 | 3E |
| Octal | 325 | 257 | 147 | 0 | 22 | 64 | 20 | 47 | 71 | 76 |
| Binary | 11010101 | 10101111 | 1100111 | 0 | 10010 | 110100 | 10000 | 100111 | 111001 | 111110 |
Color Harmonies of #D5AF67
Complementary color
Monochromatic Colors of #D5AF67
Black with #D5AF67
Text Example
Text Example
White with #D5AF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF67; }
p { color: rgb(213,175,103); }
H1.HeaderClassName
{
color: #D5AF67;
}
.AnyTagClassName
{
color: #D5AF67;
}
</style>
background-color css
<style>
a { background-color: #D5AF67; }
a { background-color: rgb(213,175,103); }
div.DivClassName
{
background-color: #D5AF67;
}
.BgClassName
{
background-color: #D5AF67;
}
</style>
border-color css
<style>
span { border-color: #D5AF67; }
span { border-color: rgb(213,175,103); }
td.TdClassName
{
border-color: #D5AF67;
}
.TagClassName
{
border-color: #D5AF67;
}
</style>