Shades of Equator #D9AD5C
Tints of Equator #D9AD5C
RGB
CMYK
RGB Variations
Color information
#D9AD5C (or 0xD9AD5C) is known color: Equator. HEX triplet: D9, AD and 5C. RGB value is (217,173,92). Sum of RGB (Red+Green+Blue) = 217+173+92=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD5C is #2652A3. Grayscale: #B1B1B1. Windows color (decimal): -2511524 or 6073817. OLE color: 6073817.
HSL color Cylindrical-coordinate representation of color #D9AD5C: hue angle of 38.88º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9AD5C is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 92 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.15 |
| HSL | 38.88º | 0.62% | 0.61% | - |
| HSV(B) | 38.88º | 0.58% | 0.85% | - |
| XYZ | 45.49 | 45.41 | 16.49 | - |
| YUV | 176.92 | 80.08 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 92 | 0 | 0.20 | 0.58 | 0.15 | 38.88 | 0.62 | 0.61 |
| Hex | D9 | AD | 5C | 0 | 14 | 3A | F | 27 | 3E | 3D |
| Octal | 331 | 255 | 134 | 0 | 24 | 72 | 17 | 47 | 76 | 75 |
| Binary | 11011001 | 10101101 | 1011100 | 0 | 10100 | 111010 | 1111 | 100111 | 111110 | 111101 |
Color Harmonies of #D9AD5C
Complementary color
Monochromatic Colors of #D9AD5C
Black with #D9AD5C
Text Example
Text Example
White with #D9AD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD5C; }
p { color: rgb(217,173,92); }
H1.HeaderClassName
{
color: #D9AD5C;
}
.AnyTagClassName
{
color: #D9AD5C;
}
</style>
background-color css
<style>
a { background-color: #D9AD5C; }
a { background-color: rgb(217,173,92); }
div.DivClassName
{
background-color: #D9AD5C;
}
.BgClassName
{
background-color: #D9AD5C;
}
</style>
border-color css
<style>
span { border-color: #D9AD5C; }
span { border-color: rgb(217,173,92); }
td.TdClassName
{
border-color: #D9AD5C;
}
.TagClassName
{
border-color: #D9AD5C;
}
</style>