Shades of Gold Tips #D9AF29
Tints of Gold Tips #D9AF29
RGB
CMYK
RGB Variations
Color information
#D9AF29 (or 0xD9AF29) is known color: Gold Tips. HEX triplet: D9, AF and 29. RGB value is (217,175,41). Sum of RGB (Red+Green+Blue) = 217+175+41=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 41 (16.41% from 255 or 9.47% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AF29 is #2650D6. Grayscale: #ACACAC. Windows color (decimal): -2511063 or 2731993. OLE color: 2731993.
HSL color Cylindrical-coordinate representation of color #D9AF29: hue angle of 45.68º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9AF29 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 41 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.15 |
| HSL | 45.68º | 0.7% | 0.51% | - |
| HSV(B) | 45.68º | 0.81% | 0.85% | - |
| XYZ | 44.35 | 45.57 | 8.56 | - |
| YUV | 172.28 | 53.91 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 41 | 0 | 0.19 | 0.81 | 0.15 | 45.68 | 0.7 | 0.51 |
| Hex | D9 | AF | 29 | 0 | 13 | 51 | F | 2E | 46 | 33 |
| Octal | 331 | 257 | 51 | 0 | 23 | 121 | 17 | 56 | 106 | 63 |
| Binary | 11011001 | 10101111 | 101001 | 0 | 10011 | 1010001 | 1111 | 101110 | 1000110 | 110011 |
Color Harmonies of #D9AF29
Complementary color
Monochromatic Colors of #D9AF29
Black with #D9AF29
Text Example
Text Example
White with #D9AF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF29; }
p { color: rgb(217,175,41); }
H1.HeaderClassName
{
color: #D9AF29;
}
.AnyTagClassName
{
color: #D9AF29;
}
</style>
background-color css
<style>
a { background-color: #D9AF29; }
a { background-color: rgb(217,175,41); }
div.DivClassName
{
background-color: #D9AF29;
}
.BgClassName
{
background-color: #D9AF29;
}
</style>
border-color css
<style>
span { border-color: #D9AF29; }
span { border-color: rgb(217,175,41); }
td.TdClassName
{
border-color: #D9AF29;
}
.TagClassName
{
border-color: #D9AF29;
}
</style>