Shades of Gold Tips #DABD2A
Tints of Gold Tips #DABD2A
RGB
CMYK
RGB Variations
Color information
#DABD2A (or 0xDABD2A) is known color: Gold Tips. HEX triplet: DA, BD and 2A. RGB value is (218,189,42). Sum of RGB (Red+Green+Blue) = 218+189+42=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 42 (16.80% from 255 or 9.35% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABD2A is #2542D5. Grayscale: #B5B5B5. Windows color (decimal): -2441942 or 2801114. OLE color: 2801114.
HSL color Cylindrical-coordinate representation of color #DABD2A: hue angle of 50.11º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DABD2A is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 42 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.15 |
| HSL | 50.11º | 0.7% | 0.51% | - |
| HSV(B) | 50.11º | 0.81% | 0.85% | - |
| XYZ | 47.53 | 51.47 | 9.62 | - |
| YUV | 180.91 | 49.61 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 42 | 0 | 0.13 | 0.81 | 0.15 | 50.11 | 0.7 | 0.51 |
| Hex | DA | BD | 2A | 0 | D | 51 | F | 32 | 46 | 33 |
| Octal | 332 | 275 | 52 | 0 | 15 | 121 | 17 | 62 | 106 | 63 |
| Binary | 11011010 | 10111101 | 101010 | 0 | 1101 | 1010001 | 1111 | 110010 | 1000110 | 110011 |
Color Harmonies of #DABD2A
Complementary color
Monochromatic Colors of #DABD2A
Black with #DABD2A
Text Example
Text Example
White with #DABD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABD2A; }
p { color: rgb(218,189,42); }
H1.HeaderClassName
{
color: #DABD2A;
}
.AnyTagClassName
{
color: #DABD2A;
}
</style>
background-color css
<style>
a { background-color: #DABD2A; }
a { background-color: rgb(218,189,42); }
div.DivClassName
{
background-color: #DABD2A;
}
.BgClassName
{
background-color: #DABD2A;
}
</style>
border-color css
<style>
span { border-color: #DABD2A; }
span { border-color: rgb(218,189,42); }
td.TdClassName
{
border-color: #DABD2A;
}
.TagClassName
{
border-color: #DABD2A;
}
</style>