Shades of Gold Tips #DABA2F
Tints of Gold Tips #DABA2F
RGB
CMYK
RGB Variations
Color information
#DABA2F (or 0xDABA2F) is known color: Gold Tips. HEX triplet: DA, BA and 2F. RGB value is (218,186,47). Sum of RGB (Red+Green+Blue) = 218+186+47=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA2F is #2545D0. Grayscale: #B4B4B4. Windows color (decimal): -2442705 or 3128026. OLE color: 3128026.
HSL color Cylindrical-coordinate representation of color #DABA2F: hue angle of 48.77º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DABA2F is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 47 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.15 |
| HSL | 48.77º | 0.7% | 0.52% | - |
| HSV(B) | 48.77º | 0.78% | 0.85% | - |
| XYZ | 46.99 | 50.23 | 9.91 | - |
| YUV | 179.72 | 53.1 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 47 | 0 | 0.15 | 0.78 | 0.15 | 48.77 | 0.7 | 0.52 |
| Hex | DA | BA | 2F | 0 | F | 4E | F | 31 | 46 | 34 |
| Octal | 332 | 272 | 57 | 0 | 17 | 116 | 17 | 61 | 106 | 64 |
| Binary | 11011010 | 10111010 | 101111 | 0 | 1111 | 1001110 | 1111 | 110001 | 1000110 | 110100 |
Color Harmonies of #DABA2F
Complementary color
Monochromatic Colors of #DABA2F
Black with #DABA2F
Text Example
Text Example
White with #DABA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA2F; }
p { color: rgb(218,186,47); }
H1.HeaderClassName
{
color: #DABA2F;
}
.AnyTagClassName
{
color: #DABA2F;
}
</style>
background-color css
<style>
a { background-color: #DABA2F; }
a { background-color: rgb(218,186,47); }
div.DivClassName
{
background-color: #DABA2F;
}
.BgClassName
{
background-color: #DABA2F;
}
</style>
border-color css
<style>
span { border-color: #DABA2F; }
span { border-color: rgb(218,186,47); }
td.TdClassName
{
border-color: #DABA2F;
}
.TagClassName
{
border-color: #DABA2F;
}
</style>