Shades of Equator #D9AF6B
Tints of Equator #D9AF6B
RGB
CMYK
RGB Variations
Color information
#D9AF6B (or 0xD9AF6B) is known color: Equator. HEX triplet: D9, AF and 6B. RGB value is (217,175,107). Sum of RGB (Red+Green+Blue) = 217+175+107=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF6B is #265094. Grayscale: #B4B4B4. Windows color (decimal): -2510997 or 7057369. OLE color: 7057369.
HSL color Cylindrical-coordinate representation of color #D9AF6B: hue angle of 37.09º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9AF6B is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 107 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.15 |
| HSL | 37.09º | 0.59% | 0.64% | - |
| HSV(B) | 37.09º | 0.51% | 0.85% | - |
| XYZ | 46.6 | 46.47 | 20.42 | - |
| YUV | 179.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 107 | 0 | 0.19 | 0.51 | 0.15 | 37.09 | 0.59 | 0.64 |
| Hex | D9 | AF | 6B | 0 | 13 | 33 | F | 25 | 3B | 40 |
| Octal | 331 | 257 | 153 | 0 | 23 | 63 | 17 | 45 | 73 | 100 |
| Binary | 11011001 | 10101111 | 1101011 | 0 | 10011 | 110011 | 1111 | 100101 | 111011 | 1000000 |
Color Harmonies of #D9AF6B
Complementary color
Monochromatic Colors of #D9AF6B
Black with #D9AF6B
Text Example
Text Example
White with #D9AF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF6B; }
p { color: rgb(217,175,107); }
H1.HeaderClassName
{
color: #D9AF6B;
}
.AnyTagClassName
{
color: #D9AF6B;
}
</style>
background-color css
<style>
a { background-color: #D9AF6B; }
a { background-color: rgb(217,175,107); }
div.DivClassName
{
background-color: #D9AF6B;
}
.BgClassName
{
background-color: #D9AF6B;
}
</style>
border-color css
<style>
span { border-color: #D9AF6B; }
span { border-color: rgb(217,175,107); }
td.TdClassName
{
border-color: #D9AF6B;
}
.TagClassName
{
border-color: #D9AF6B;
}
</style>