Shades of Gold Tips #DABD2C
Tints of Gold Tips #DABD2C
RGB
CMYK
RGB Variations
Color information
#DABD2C (or 0xDABD2C) is known color: Gold Tips. HEX triplet: DA, BD and 2C. RGB value is (218,189,44). Sum of RGB (Red+Green+Blue) = 218+189+44=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 44 (17.58% from 255 or 9.76% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABD2C is #2542D3. Grayscale: #B5B5B5. Windows color (decimal): -2441940 or 2932186. OLE color: 2932186.
HSL color Cylindrical-coordinate representation of color #DABD2C: hue angle of 50º 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 #DABD2C is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 44 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.15 |
| HSL | 50º | 0.7% | 0.51% | - |
| HSV(B) | 50º | 0.8% | 0.85% | - |
| XYZ | 47.57 | 51.48 | 9.81 | - |
| YUV | 181.14 | 50.61 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 44 | 0 | 0.13 | 0.80 | 0.15 | 50 | 0.7 | 0.51 |
| Hex | DA | BD | 2C | 0 | D | 50 | F | 32 | 46 | 33 |
| Octal | 332 | 275 | 54 | 0 | 15 | 120 | 17 | 62 | 106 | 63 |
| Binary | 11011010 | 10111101 | 101100 | 0 | 1101 | 1010000 | 1111 | 110010 | 1000110 | 110011 |
Color Harmonies of #DABD2C
Complementary color
Monochromatic Colors of #DABD2C
Black with #DABD2C
Text Example
Text Example
White with #DABD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABD2C; }
p { color: rgb(218,189,44); }
H1.HeaderClassName
{
color: #DABD2C;
}
.AnyTagClassName
{
color: #DABD2C;
}
</style>
background-color css
<style>
a { background-color: #DABD2C; }
a { background-color: rgb(218,189,44); }
div.DivClassName
{
background-color: #DABD2C;
}
.BgClassName
{
background-color: #DABD2C;
}
</style>
border-color css
<style>
span { border-color: #DABD2C; }
span { border-color: rgb(218,189,44); }
td.TdClassName
{
border-color: #DABD2C;
}
.TagClassName
{
border-color: #DABD2C;
}
</style>