Shades of Gold Tips #DAB527
Tints of Gold Tips #DAB527
RGB
CMYK
RGB Variations
Color information
#DAB527 (or 0xDAB527) is known color: Gold Tips. HEX triplet: DA, B5 and 27. RGB value is (218,181,39). Sum of RGB (Red+Green+Blue) = 218+181+39=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 39 (15.62% from 255 or 8.90% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB527 is #254AD8. Grayscale: #B0B0B0. Windows color (decimal): -2443993 or 2602458. OLE color: 2602458.
HSL color Cylindrical-coordinate representation of color #DAB527: hue angle of 47.6º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAB527 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 39 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.15 |
| HSL | 47.6º | 0.71% | 0.5% | - |
| HSV(B) | 47.6º | 0.82% | 0.85% | - |
| XYZ | 45.8 | 48.1 | 8.79 | - |
| YUV | 175.88 | 50.76 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 39 | 0 | 0.17 | 0.82 | 0.15 | 47.6 | 0.71 | 0.5 |
| Hex | DA | B5 | 27 | 0 | 11 | 52 | F | 30 | 47 | 32 |
| Octal | 332 | 265 | 47 | 0 | 21 | 122 | 17 | 60 | 107 | 62 |
| Binary | 11011010 | 10110101 | 100111 | 0 | 10001 | 1010010 | 1111 | 110000 | 1000111 | 110010 |
Color Harmonies of #DAB527
Complementary color
Monochromatic Colors of #DAB527
Black with #DAB527
Text Example
Text Example
White with #DAB527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB527; }
p { color: rgb(218,181,39); }
H1.HeaderClassName
{
color: #DAB527;
}
.AnyTagClassName
{
color: #DAB527;
}
</style>
background-color css
<style>
a { background-color: #DAB527; }
a { background-color: rgb(218,181,39); }
div.DivClassName
{
background-color: #DAB527;
}
.BgClassName
{
background-color: #DAB527;
}
</style>
border-color css
<style>
span { border-color: #DAB527; }
span { border-color: rgb(218,181,39); }
td.TdClassName
{
border-color: #DAB527;
}
.TagClassName
{
border-color: #DAB527;
}
</style>