Shades of Gold Tips #DABA2C
Tints of Gold Tips #DABA2C
RGB
CMYK
RGB Variations
Color information
#DABA2C (or 0xDABA2C) is known color: Gold Tips. HEX triplet: DA, BA and 2C. RGB value is (218,186,44). Sum of RGB (Red+Green+Blue) = 218+186+44=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 44 (17.58% from 255 or 9.82% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA2C is #2545D3. Grayscale: #B3B3B3. Windows color (decimal): -2442708 or 2931418. OLE color: 2931418.
HSL color Cylindrical-coordinate representation of color #DABA2C: hue angle of 48.97º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DABA2C is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 44 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.15 |
| HSL | 48.97º | 0.7% | 0.51% | - |
| HSV(B) | 48.97º | 0.8% | 0.85% | - |
| XYZ | 46.93 | 50.21 | 9.6 | - |
| YUV | 179.38 | 51.6 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 44 | 0 | 0.15 | 0.80 | 0.15 | 48.97 | 0.7 | 0.51 |
| Hex | DA | BA | 2C | 0 | F | 50 | F | 31 | 46 | 33 |
| Octal | 332 | 272 | 54 | 0 | 17 | 120 | 17 | 61 | 106 | 63 |
| Binary | 11011010 | 10111010 | 101100 | 0 | 1111 | 1010000 | 1111 | 110001 | 1000110 | 110011 |
Color Harmonies of #DABA2C
Complementary color
Monochromatic Colors of #DABA2C
Black with #DABA2C
Text Example
Text Example
White with #DABA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA2C; }
p { color: rgb(218,186,44); }
H1.HeaderClassName
{
color: #DABA2C;
}
.AnyTagClassName
{
color: #DABA2C;
}
</style>
background-color css
<style>
a { background-color: #DABA2C; }
a { background-color: rgb(218,186,44); }
div.DivClassName
{
background-color: #DABA2C;
}
.BgClassName
{
background-color: #DABA2C;
}
</style>
border-color css
<style>
span { border-color: #DABA2C; }
span { border-color: rgb(218,186,44); }
td.TdClassName
{
border-color: #DABA2C;
}
.TagClassName
{
border-color: #DABA2C;
}
</style>