Shades of Gold Tips #DAB524
Tints of Gold Tips #DAB524
RGB
CMYK
RGB Variations
Color information
#DAB524 (or 0xDAB524) is known color: Gold Tips. HEX triplet: DA, B5 and 24. RGB value is (218,181,36). Sum of RGB (Red+Green+Blue) = 218+181+36=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB524 is #254ADB. Grayscale: #B0B0B0. Windows color (decimal): -2443996 or 2405850. OLE color: 2405850.
HSL color Cylindrical-coordinate representation of color #DAB524: hue angle of 47.8º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAB524 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 36 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.15 |
| HSL | 47.8º | 0.72% | 0.5% | - |
| HSV(B) | 47.8º | 0.83% | 0.85% | - |
| XYZ | 45.76 | 48.08 | 8.54 | - |
| YUV | 175.53 | 49.26 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 36 | 0 | 0.17 | 0.83 | 0.15 | 47.8 | 0.72 | 0.5 |
| Hex | DA | B5 | 24 | 0 | 11 | 53 | F | 30 | 48 | 32 |
| Octal | 332 | 265 | 44 | 0 | 21 | 123 | 17 | 60 | 110 | 62 |
| Binary | 11011010 | 10110101 | 100100 | 0 | 10001 | 1010011 | 1111 | 110000 | 1001000 | 110010 |
Color Harmonies of #DAB524
Complementary color
Monochromatic Colors of #DAB524
Black with #DAB524
Text Example
Text Example
White with #DAB524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB524; }
p { color: rgb(218,181,36); }
H1.HeaderClassName
{
color: #DAB524;
}
.AnyTagClassName
{
color: #DAB524;
}
</style>
background-color css
<style>
a { background-color: #DAB524; }
a { background-color: rgb(218,181,36); }
div.DivClassName
{
background-color: #DAB524;
}
.BgClassName
{
background-color: #DAB524;
}
</style>
border-color css
<style>
span { border-color: #DAB524; }
span { border-color: rgb(218,181,36); }
td.TdClassName
{
border-color: #DAB524;
}
.TagClassName
{
border-color: #DAB524;
}
</style>