Shades of Equator #D8AF5D
Tints of Equator #D8AF5D
RGB
CMYK
RGB Variations
Color information
#D8AF5D (or 0xD8AF5D) is known color: Equator. HEX triplet: D8, AF and 5D. RGB value is (216,175,93). Sum of RGB (Red+Green+Blue) = 216+175+93=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF5D is #2750A2. Grayscale: #B2B2B2. Windows color (decimal): -2576547 or 6139864. OLE color: 6139864.
HSL color Cylindrical-coordinate representation of color #D8AF5D: hue angle of 40º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8AF5D is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 93 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.15 |
| HSL | 40º | 0.61% | 0.61% | - |
| HSV(B) | 40º | 0.57% | 0.85% | - |
| XYZ | 45.62 | 46.05 | 16.84 | - |
| YUV | 177.91 | 80.08 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 93 | 0 | 0.19 | 0.57 | 0.15 | 40 | 0.61 | 0.61 |
| Hex | D8 | AF | 5D | 0 | 13 | 39 | F | 28 | 3D | 3D |
| Octal | 330 | 257 | 135 | 0 | 23 | 71 | 17 | 50 | 75 | 75 |
| Binary | 11011000 | 10101111 | 1011101 | 0 | 10011 | 111001 | 1111 | 101000 | 111101 | 111101 |
Color Harmonies of #D8AF5D
Complementary color
Monochromatic Colors of #D8AF5D
Black with #D8AF5D
Text Example
Text Example
White with #D8AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF5D; }
p { color: rgb(216,175,93); }
H1.HeaderClassName
{
color: #D8AF5D;
}
.AnyTagClassName
{
color: #D8AF5D;
}
</style>
background-color css
<style>
a { background-color: #D8AF5D; }
a { background-color: rgb(216,175,93); }
div.DivClassName
{
background-color: #D8AF5D;
}
.BgClassName
{
background-color: #D8AF5D;
}
</style>
border-color css
<style>
span { border-color: #D8AF5D; }
span { border-color: rgb(216,175,93); }
td.TdClassName
{
border-color: #D8AF5D;
}
.TagClassName
{
border-color: #D8AF5D;
}
</style>