Shades of Gold Tips #DABC2B
Tints of Gold Tips #DABC2B
RGB
CMYK
RGB Variations
Color information
#DABC2B (or 0xDABC2B) is known color: Gold Tips. HEX triplet: DA, BC and 2B. RGB value is (218,188,43). Sum of RGB (Red+Green+Blue) = 218+188+43=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 43 (17.19% from 255 or 9.58% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC2B is #2543D4. Grayscale: #B5B5B5. Windows color (decimal): -2442197 or 2866394. OLE color: 2866394.
HSL color Cylindrical-coordinate representation of color #DABC2B: hue angle of 49.71º 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 #DABC2B is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 43 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.15 |
| HSL | 49.71º | 0.7% | 0.51% | - |
| HSV(B) | 49.71º | 0.8% | 0.85% | - |
| XYZ | 47.33 | 51.05 | 9.64 | - |
| YUV | 180.44 | 50.44 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 43 | 0 | 0.14 | 0.80 | 0.15 | 49.71 | 0.7 | 0.51 |
| Hex | DA | BC | 2B | 0 | E | 50 | F | 32 | 46 | 33 |
| Octal | 332 | 274 | 53 | 0 | 16 | 120 | 17 | 62 | 106 | 63 |
| Binary | 11011010 | 10111100 | 101011 | 0 | 1110 | 1010000 | 1111 | 110010 | 1000110 | 110011 |
Color Harmonies of #DABC2B
Complementary color
Monochromatic Colors of #DABC2B
Black with #DABC2B
Text Example
Text Example
White with #DABC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC2B; }
p { color: rgb(218,188,43); }
H1.HeaderClassName
{
color: #DABC2B;
}
.AnyTagClassName
{
color: #DABC2B;
}
</style>
background-color css
<style>
a { background-color: #DABC2B; }
a { background-color: rgb(218,188,43); }
div.DivClassName
{
background-color: #DABC2B;
}
.BgClassName
{
background-color: #DABC2B;
}
</style>
border-color css
<style>
span { border-color: #DABC2B; }
span { border-color: rgb(218,188,43); }
td.TdClassName
{
border-color: #DABC2B;
}
.TagClassName
{
border-color: #DABC2B;
}
</style>