Shades of Equator #D5AD67
Tints of Equator #D5AD67
RGB
CMYK
RGB Variations
Color information
#D5AD67 (or 0xD5AD67) is known color: Equator. HEX triplet: D5, AD and 67. RGB value is (213,173,103). Sum of RGB (Red+Green+Blue) = 213+173+103=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 103 (40.62% from 255 or 21.06% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD67 is #2A5298. Grayscale: #B1B1B1. Windows color (decimal): -2773657 or 6794709. OLE color: 6794709.
HSL color Cylindrical-coordinate representation of color #D5AD67: hue angle of 38.18º 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 #D5AD67 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 103 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.16 |
| HSL | 38.18º | 0.57% | 0.62% | - |
| HSV(B) | 38.18º | 0.52% | 0.84% | - |
| XYZ | 44.83 | 45.01 | 19.16 | - |
| YUV | 176.98 | 86.25 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 103 | 0 | 0.19 | 0.52 | 0.16 | 38.18 | 0.57 | 0.62 |
| Hex | D5 | AD | 67 | 0 | 13 | 34 | 10 | 26 | 39 | 3E |
| Octal | 325 | 255 | 147 | 0 | 23 | 64 | 20 | 46 | 71 | 76 |
| Binary | 11010101 | 10101101 | 1100111 | 0 | 10011 | 110100 | 10000 | 100110 | 111001 | 111110 |
Color Harmonies of #D5AD67
Complementary color
Monochromatic Colors of #D5AD67
Black with #D5AD67
Text Example
Text Example
White with #D5AD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD67; }
p { color: rgb(213,173,103); }
H1.HeaderClassName
{
color: #D5AD67;
}
.AnyTagClassName
{
color: #D5AD67;
}
</style>
background-color css
<style>
a { background-color: #D5AD67; }
a { background-color: rgb(213,173,103); }
div.DivClassName
{
background-color: #D5AD67;
}
.BgClassName
{
background-color: #D5AD67;
}
</style>
border-color css
<style>
span { border-color: #D5AD67; }
span { border-color: rgb(213,173,103); }
td.TdClassName
{
border-color: #D5AD67;
}
.TagClassName
{
border-color: #D5AD67;
}
</style>