Shades of Gold Tips #DABB29
Tints of Gold Tips #DABB29
RGB
CMYK
RGB Variations
Color information
#DABB29 (or 0xDABB29) is known color: Gold Tips. HEX triplet: DA, BB and 29. RGB value is (218,187,41). Sum of RGB (Red+Green+Blue) = 218+187+41=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 41 (16.41% from 255 or 9.19% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB29 is #2544D6. Grayscale: #B4B4B4. Windows color (decimal): -2442455 or 2735066. OLE color: 2735066.
HSL color Cylindrical-coordinate representation of color #DABB29: hue angle of 49.49º 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 #DABB29 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 41 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.15 |
| HSL | 49.49º | 0.71% | 0.51% | - |
| HSV(B) | 49.49º | 0.81% | 0.85% | - |
| XYZ | 47.08 | 50.61 | 9.38 | - |
| YUV | 179.63 | 49.77 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 41 | 0 | 0.14 | 0.81 | 0.15 | 49.49 | 0.71 | 0.51 |
| Hex | DA | BB | 29 | 0 | E | 51 | F | 31 | 47 | 33 |
| Octal | 332 | 273 | 51 | 0 | 16 | 121 | 17 | 61 | 107 | 63 |
| Binary | 11011010 | 10111011 | 101001 | 0 | 1110 | 1010001 | 1111 | 110001 | 1000111 | 110011 |
Color Harmonies of #DABB29
Complementary color
Monochromatic Colors of #DABB29
Black with #DABB29
Text Example
Text Example
White with #DABB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB29; }
p { color: rgb(218,187,41); }
H1.HeaderClassName
{
color: #DABB29;
}
.AnyTagClassName
{
color: #DABB29;
}
</style>
background-color css
<style>
a { background-color: #DABB29; }
a { background-color: rgb(218,187,41); }
div.DivClassName
{
background-color: #DABB29;
}
.BgClassName
{
background-color: #DABB29;
}
</style>
border-color css
<style>
span { border-color: #DABB29; }
span { border-color: rgb(218,187,41); }
td.TdClassName
{
border-color: #DABB29;
}
.TagClassName
{
border-color: #DABB29;
}
</style>