Shades of Gold Tips #D9BA2A
Tints of Gold Tips #D9BA2A
RGB
CMYK
RGB Variations
Color information
#D9BA2A (or 0xD9BA2A) is known color: Gold Tips. HEX triplet: D9, BA and 2A. RGB value is (217,186,42). Sum of RGB (Red+Green+Blue) = 217+186+42=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 42 (16.80% from 255 or 9.44% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA2A is #2645D5. Grayscale: #B3B3B3. Windows color (decimal): -2508246 or 2800345. OLE color: 2800345.
HSL color Cylindrical-coordinate representation of color #D9BA2A: hue angle of 49.37º 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 #D9BA2A is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 42 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.15 |
| HSL | 49.37º | 0.7% | 0.51% | - |
| HSV(B) | 49.37º | 0.81% | 0.85% | - |
| XYZ | 46.59 | 50.04 | 9.39 | - |
| YUV | 178.85 | 50.77 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 42 | 0 | 0.14 | 0.81 | 0.15 | 49.37 | 0.7 | 0.51 |
| Hex | D9 | BA | 2A | 0 | E | 51 | F | 31 | 46 | 33 |
| Octal | 331 | 272 | 52 | 0 | 16 | 121 | 17 | 61 | 106 | 63 |
| Binary | 11011001 | 10111010 | 101010 | 0 | 1110 | 1010001 | 1111 | 110001 | 1000110 | 110011 |
Color Harmonies of #D9BA2A
Complementary color
Monochromatic Colors of #D9BA2A
Black with #D9BA2A
Text Example
Text Example
White with #D9BA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA2A; }
p { color: rgb(217,186,42); }
H1.HeaderClassName
{
color: #D9BA2A;
}
.AnyTagClassName
{
color: #D9BA2A;
}
</style>
background-color css
<style>
a { background-color: #D9BA2A; }
a { background-color: rgb(217,186,42); }
div.DivClassName
{
background-color: #D9BA2A;
}
.BgClassName
{
background-color: #D9BA2A;
}
</style>
border-color css
<style>
span { border-color: #D9BA2A; }
span { border-color: rgb(217,186,42); }
td.TdClassName
{
border-color: #D9BA2A;
}
.TagClassName
{
border-color: #D9BA2A;
}
</style>