Shades of Gold Tips #DABA2E
Tints of Gold Tips #DABA2E
RGB
CMYK
RGB Variations
Color information
#DABA2E (or 0xDABA2E) is known color: Gold Tips. HEX triplet: DA, BA and 2E. RGB value is (218,186,46). Sum of RGB (Red+Green+Blue) = 218+186+46=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 46 (18.36% from 255 or 10.22% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA2E is #2545D1. Grayscale: #B4B4B4. Windows color (decimal): -2442706 or 3062490. OLE color: 3062490.
HSL color Cylindrical-coordinate representation of color #DABA2E: hue angle of 48.84º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DABA2E is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 46 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.15 |
| HSL | 48.84º | 0.7% | 0.52% | - |
| HSV(B) | 48.84º | 0.79% | 0.85% | - |
| XYZ | 46.97 | 50.22 | 9.8 | - |
| YUV | 179.61 | 52.6 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 46 | 0 | 0.15 | 0.79 | 0.15 | 48.84 | 0.7 | 0.52 |
| Hex | DA | BA | 2E | 0 | F | 4F | F | 31 | 46 | 34 |
| Octal | 332 | 272 | 56 | 0 | 17 | 117 | 17 | 61 | 106 | 64 |
| Binary | 11011010 | 10111010 | 101110 | 0 | 1111 | 1001111 | 1111 | 110001 | 1000110 | 110100 |
Color Harmonies of #DABA2E
Complementary color
Monochromatic Colors of #DABA2E
Black with #DABA2E
Text Example
Text Example
White with #DABA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA2E; }
p { color: rgb(218,186,46); }
H1.HeaderClassName
{
color: #DABA2E;
}
.AnyTagClassName
{
color: #DABA2E;
}
</style>
background-color css
<style>
a { background-color: #DABA2E; }
a { background-color: rgb(218,186,46); }
div.DivClassName
{
background-color: #DABA2E;
}
.BgClassName
{
background-color: #DABA2E;
}
</style>
border-color css
<style>
span { border-color: #DABA2E; }
span { border-color: rgb(218,186,46); }
td.TdClassName
{
border-color: #DABA2E;
}
.TagClassName
{
border-color: #DABA2E;
}
</style>