Shades of Equator #D6AF69
Tints of Equator #D6AF69
RGB
CMYK
RGB Variations
Color information
#D6AF69 (or 0xD6AF69) is known color: Equator. HEX triplet: D6, AF and 69. RGB value is (214,175,105). Sum of RGB (Red+Green+Blue) = 214+175+105=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AF69 is #295096. Grayscale: #B3B3B3. Windows color (decimal): -2707607 or 6926294. OLE color: 6926294.
HSL color Cylindrical-coordinate representation of color #D6AF69: hue angle of 38.53º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6AF69 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 105 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.16 |
| HSL | 38.53º | 0.57% | 0.63% | - |
| HSV(B) | 38.53º | 0.51% | 0.84% | - |
| XYZ | 45.61 | 45.98 | 19.83 | - |
| YUV | 178.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 105 | 0 | 0.18 | 0.51 | 0.16 | 38.53 | 0.57 | 0.63 |
| Hex | D6 | AF | 69 | 0 | 12 | 33 | 10 | 27 | 39 | 3F |
| Octal | 326 | 257 | 151 | 0 | 22 | 63 | 20 | 47 | 71 | 77 |
| Binary | 11010110 | 10101111 | 1101001 | 0 | 10010 | 110011 | 10000 | 100111 | 111001 | 111111 |
Color Harmonies of #D6AF69
Complementary color
Monochromatic Colors of #D6AF69
Black with #D6AF69
Text Example
Text Example
White with #D6AF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF69; }
p { color: rgb(214,175,105); }
H1.HeaderClassName
{
color: #D6AF69;
}
.AnyTagClassName
{
color: #D6AF69;
}
</style>
background-color css
<style>
a { background-color: #D6AF69; }
a { background-color: rgb(214,175,105); }
div.DivClassName
{
background-color: #D6AF69;
}
.BgClassName
{
background-color: #D6AF69;
}
</style>
border-color css
<style>
span { border-color: #D6AF69; }
span { border-color: rgb(214,175,105); }
td.TdClassName
{
border-color: #D6AF69;
}
.TagClassName
{
border-color: #D6AF69;
}
</style>