Shades of Equator #D6AF5C
Tints of Equator #D6AF5C
RGB
CMYK
RGB Variations
Color information
#D6AF5C (or 0xD6AF5C) is known color: Equator. HEX triplet: D6, AF and 5C. RGB value is (214,175,92). Sum of RGB (Red+Green+Blue) = 214+175+92=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AF5C is #2950A3. Grayscale: #B1B1B1. Windows color (decimal): -2707620 or 6074326. OLE color: 6074326.
HSL color Cylindrical-coordinate representation of color #D6AF5C: hue angle of 40.82º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6AF5C is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 92 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.16 |
| HSL | 40.82º | 0.6% | 0.6% | - |
| HSV(B) | 40.82º | 0.57% | 0.84% | - |
| XYZ | 44.99 | 45.73 | 16.58 | - |
| YUV | 177.2 | 79.92 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 92 | 0 | 0.18 | 0.57 | 0.16 | 40.82 | 0.6 | 0.6 |
| Hex | D6 | AF | 5C | 0 | 12 | 39 | 10 | 29 | 3C | 3C |
| Octal | 326 | 257 | 134 | 0 | 22 | 71 | 20 | 51 | 74 | 74 |
| Binary | 11010110 | 10101111 | 1011100 | 0 | 10010 | 111001 | 10000 | 101001 | 111100 | 111100 |
Color Harmonies of #D6AF5C
Complementary color
Monochromatic Colors of #D6AF5C
Black with #D6AF5C
Text Example
Text Example
White with #D6AF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF5C; }
p { color: rgb(214,175,92); }
H1.HeaderClassName
{
color: #D6AF5C;
}
.AnyTagClassName
{
color: #D6AF5C;
}
</style>
background-color css
<style>
a { background-color: #D6AF5C; }
a { background-color: rgb(214,175,92); }
div.DivClassName
{
background-color: #D6AF5C;
}
.BgClassName
{
background-color: #D6AF5C;
}
</style>
border-color css
<style>
span { border-color: #D6AF5C; }
span { border-color: rgb(214,175,92); }
td.TdClassName
{
border-color: #D6AF5C;
}
.TagClassName
{
border-color: #D6AF5C;
}
</style>