Shades of Gold Tips #DABA29
Tints of Gold Tips #DABA29
RGB
CMYK
RGB Variations
Color information
#DABA29 (or 0xDABA29) is known color: Gold Tips. HEX triplet: DA, BA and 29. RGB value is (218,186,41). Sum of RGB (Red+Green+Blue) = 218+186+41=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 41 (16.41% from 255 or 9.21% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA29 is #2545D6. Grayscale: #B3B3B3. Windows color (decimal): -2442711 or 2734810. OLE color: 2734810.
HSL color Cylindrical-coordinate representation of color #DABA29: hue angle of 49.15º degrees, saturation: 0.71, 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 #DABA29 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 41 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.15 |
| HSL | 49.15º | 0.71% | 0.51% | - |
| HSV(B) | 49.15º | 0.81% | 0.85% | - |
| XYZ | 46.87 | 50.18 | 9.31 | - |
| YUV | 179.04 | 50.1 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 41 | 0 | 0.15 | 0.81 | 0.15 | 49.15 | 0.71 | 0.51 |
| Hex | DA | BA | 29 | 0 | F | 51 | F | 31 | 47 | 33 |
| Octal | 332 | 272 | 51 | 0 | 17 | 121 | 17 | 61 | 107 | 63 |
| Binary | 11011010 | 10111010 | 101001 | 0 | 1111 | 1010001 | 1111 | 110001 | 1000111 | 110011 |
Color Harmonies of #DABA29
Complementary color
Monochromatic Colors of #DABA29
Black with #DABA29
Text Example
Text Example
White with #DABA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA29; }
p { color: rgb(218,186,41); }
H1.HeaderClassName
{
color: #DABA29;
}
.AnyTagClassName
{
color: #DABA29;
}
</style>
background-color css
<style>
a { background-color: #DABA29; }
a { background-color: rgb(218,186,41); }
div.DivClassName
{
background-color: #DABA29;
}
.BgClassName
{
background-color: #DABA29;
}
</style>
border-color css
<style>
span { border-color: #DABA29; }
span { border-color: rgb(218,186,41); }
td.TdClassName
{
border-color: #DABA29;
}
.TagClassName
{
border-color: #DABA29;
}
</style>