Shades of Gold Tips #DAB526
Tints of Gold Tips #DAB526
RGB
CMYK
RGB Variations
Color information
#DAB526 (or 0xDAB526) is known color: Gold Tips. HEX triplet: DA, B5 and 26. RGB value is (218,181,38). Sum of RGB (Red+Green+Blue) = 218+181+38=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 38 (15.23% from 255 or 8.70% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB526 is #254AD9. Grayscale: #B0B0B0. Windows color (decimal): -2443994 or 2536922. OLE color: 2536922.
HSL color Cylindrical-coordinate representation of color #DAB526: hue angle of 47.67º degrees, saturation: 0.71, 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 #DAB526 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 38 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.15 |
| HSL | 47.67º | 0.71% | 0.5% | - |
| HSV(B) | 47.67º | 0.83% | 0.85% | - |
| XYZ | 45.79 | 48.09 | 8.7 | - |
| YUV | 175.76 | 50.26 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 38 | 0 | 0.17 | 0.83 | 0.15 | 47.67 | 0.71 | 0.5 |
| Hex | DA | B5 | 26 | 0 | 11 | 53 | F | 30 | 47 | 32 |
| Octal | 332 | 265 | 46 | 0 | 21 | 123 | 17 | 60 | 107 | 62 |
| Binary | 11011010 | 10110101 | 100110 | 0 | 10001 | 1010011 | 1111 | 110000 | 1000111 | 110010 |
Color Harmonies of #DAB526
Complementary color
Monochromatic Colors of #DAB526
Black with #DAB526
Text Example
Text Example
White with #DAB526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB526; }
p { color: rgb(218,181,38); }
H1.HeaderClassName
{
color: #DAB526;
}
.AnyTagClassName
{
color: #DAB526;
}
</style>
background-color css
<style>
a { background-color: #DAB526; }
a { background-color: rgb(218,181,38); }
div.DivClassName
{
background-color: #DAB526;
}
.BgClassName
{
background-color: #DAB526;
}
</style>
border-color css
<style>
span { border-color: #DAB526; }
span { border-color: rgb(218,181,38); }
td.TdClassName
{
border-color: #DAB526;
}
.TagClassName
{
border-color: #DAB526;
}
</style>