Shades of Gold Tips #DABA2A
Tints of Gold Tips #DABA2A
RGB
CMYK
RGB Variations
Color information
#DABA2A (or 0xDABA2A) is known color: Gold Tips. HEX triplet: DA, BA and 2A. RGB value is (218,186,42). Sum of RGB (Red+Green+Blue) = 218+186+42=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA2A is #2545D5. Grayscale: #B3B3B3. Windows color (decimal): -2442710 or 2800346. OLE color: 2800346.
HSL color Cylindrical-coordinate representation of color #DABA2A: hue angle of 49.09º 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 #DABA2A is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 42 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.15 |
| HSL | 49.09º | 0.7% | 0.51% | - |
| HSV(B) | 49.09º | 0.81% | 0.85% | - |
| XYZ | 46.89 | 50.19 | 9.41 | - |
| YUV | 179.15 | 50.6 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 42 | 0 | 0.15 | 0.81 | 0.15 | 49.09 | 0.7 | 0.51 |
| Hex | DA | BA | 2A | 0 | F | 51 | F | 31 | 46 | 33 |
| Octal | 332 | 272 | 52 | 0 | 17 | 121 | 17 | 61 | 106 | 63 |
| Binary | 11011010 | 10111010 | 101010 | 0 | 1111 | 1010001 | 1111 | 110001 | 1000110 | 110011 |
Color Harmonies of #DABA2A
Complementary color
Monochromatic Colors of #DABA2A
Black with #DABA2A
Text Example
Text Example
White with #DABA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA2A; }
p { color: rgb(218,186,42); }
H1.HeaderClassName
{
color: #DABA2A;
}
.AnyTagClassName
{
color: #DABA2A;
}
</style>
background-color css
<style>
a { background-color: #DABA2A; }
a { background-color: rgb(218,186,42); }
div.DivClassName
{
background-color: #DABA2A;
}
.BgClassName
{
background-color: #DABA2A;
}
</style>
border-color css
<style>
span { border-color: #DABA2A; }
span { border-color: rgb(218,186,42); }
td.TdClassName
{
border-color: #DABA2A;
}
.TagClassName
{
border-color: #DABA2A;
}
</style>