Shades of Gold Tips #DABB2C
Tints of Gold Tips #DABB2C
RGB
CMYK
RGB Variations
Color information
#DABB2C (or 0xDABB2C) is known color: Gold Tips. HEX triplet: DA, BB and 2C. RGB value is (218,187,44). Sum of RGB (Red+Green+Blue) = 218+187+44=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 44 (17.58% from 255 or 9.80% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB2C is #2544D3. Grayscale: #B4B4B4. Windows color (decimal): -2442452 or 2931674. OLE color: 2931674.
HSL color Cylindrical-coordinate representation of color #DABB2C: hue angle of 49.31º 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 #DABB2C is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 44 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.15 |
| HSL | 49.31º | 0.7% | 0.51% | - |
| HSV(B) | 49.31º | 0.8% | 0.85% | - |
| XYZ | 47.14 | 50.63 | 9.67 | - |
| YUV | 179.97 | 51.27 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 44 | 0 | 0.14 | 0.80 | 0.15 | 49.31 | 0.7 | 0.51 |
| Hex | DA | BB | 2C | 0 | E | 50 | F | 31 | 46 | 33 |
| Octal | 332 | 273 | 54 | 0 | 16 | 120 | 17 | 61 | 106 | 63 |
| Binary | 11011010 | 10111011 | 101100 | 0 | 1110 | 1010000 | 1111 | 110001 | 1000110 | 110011 |
Color Harmonies of #DABB2C
Complementary color
Monochromatic Colors of #DABB2C
Black with #DABB2C
Text Example
Text Example
White with #DABB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB2C; }
p { color: rgb(218,187,44); }
H1.HeaderClassName
{
color: #DABB2C;
}
.AnyTagClassName
{
color: #DABB2C;
}
</style>
background-color css
<style>
a { background-color: #DABB2C; }
a { background-color: rgb(218,187,44); }
div.DivClassName
{
background-color: #DABB2C;
}
.BgClassName
{
background-color: #DABB2C;
}
</style>
border-color css
<style>
span { border-color: #DABB2C; }
span { border-color: rgb(218,187,44); }
td.TdClassName
{
border-color: #DABB2C;
}
.TagClassName
{
border-color: #DABB2C;
}
</style>