Shades of Gold Tips #DABA2D
Tints of Gold Tips #DABA2D
RGB
CMYK
RGB Variations
Color information
#DABA2D (or 0xDABA2D) is known color: Gold Tips. HEX triplet: DA, BA and 2D. RGB value is (218,186,45). Sum of RGB (Red+Green+Blue) = 218+186+45=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA2D is #2545D2. Grayscale: #B4B4B4. Windows color (decimal): -2442707 or 2996954. OLE color: 2996954.
HSL color Cylindrical-coordinate representation of color #DABA2D: hue angle of 48.9º 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 #DABA2D is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 45 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.15 |
| HSL | 48.9º | 0.7% | 0.52% | - |
| HSV(B) | 48.9º | 0.79% | 0.85% | - |
| XYZ | 46.95 | 50.21 | 9.7 | - |
| YUV | 179.49 | 52.1 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 45 | 0 | 0.15 | 0.79 | 0.15 | 48.9 | 0.7 | 0.52 |
| Hex | DA | BA | 2D | 0 | F | 4F | F | 31 | 46 | 34 |
| Octal | 332 | 272 | 55 | 0 | 17 | 117 | 17 | 61 | 106 | 64 |
| Binary | 11011010 | 10111010 | 101101 | 0 | 1111 | 1001111 | 1111 | 110001 | 1000110 | 110100 |
Color Harmonies of #DABA2D
Complementary color
Monochromatic Colors of #DABA2D
Black with #DABA2D
Text Example
Text Example
White with #DABA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA2D; }
p { color: rgb(218,186,45); }
H1.HeaderClassName
{
color: #DABA2D;
}
.AnyTagClassName
{
color: #DABA2D;
}
</style>
background-color css
<style>
a { background-color: #DABA2D; }
a { background-color: rgb(218,186,45); }
div.DivClassName
{
background-color: #DABA2D;
}
.BgClassName
{
background-color: #DABA2D;
}
</style>
border-color css
<style>
span { border-color: #DABA2D; }
span { border-color: rgb(218,186,45); }
td.TdClassName
{
border-color: #DABA2D;
}
.TagClassName
{
border-color: #DABA2D;
}
</style>