Shades of Gold Tips #DAB52D
Tints of Gold Tips #DAB52D
RGB
CMYK
RGB Variations
Color information
#DAB52D (or 0xDAB52D) is known color: Gold Tips. HEX triplet: DA, B5 and 2D. RGB value is (218,181,45). Sum of RGB (Red+Green+Blue) = 218+181+45=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 45 (17.97% from 255 or 10.14% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB52D is #254AD2. Grayscale: #B1B1B1. Windows color (decimal): -2443987 or 2995674. OLE color: 2995674.
HSL color Cylindrical-coordinate representation of color #DAB52D: hue angle of 47.17º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAB52D is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 45 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.15 |
| HSL | 47.17º | 0.7% | 0.52% | - |
| HSV(B) | 47.17º | 0.79% | 0.85% | - |
| XYZ | 45.91 | 48.14 | 9.36 | - |
| YUV | 176.56 | 53.76 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 45 | 0 | 0.17 | 0.79 | 0.15 | 47.17 | 0.7 | 0.52 |
| Hex | DA | B5 | 2D | 0 | 11 | 4F | F | 2F | 46 | 34 |
| Octal | 332 | 265 | 55 | 0 | 21 | 117 | 17 | 57 | 106 | 64 |
| Binary | 11011010 | 10110101 | 101101 | 0 | 10001 | 1001111 | 1111 | 101111 | 1000110 | 110100 |
Color Harmonies of #DAB52D
Complementary color
Monochromatic Colors of #DAB52D
Black with #DAB52D
Text Example
Text Example
White with #DAB52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB52D; }
p { color: rgb(218,181,45); }
H1.HeaderClassName
{
color: #DAB52D;
}
.AnyTagClassName
{
color: #DAB52D;
}
</style>
background-color css
<style>
a { background-color: #DAB52D; }
a { background-color: rgb(218,181,45); }
div.DivClassName
{
background-color: #DAB52D;
}
.BgClassName
{
background-color: #DAB52D;
}
</style>
border-color css
<style>
span { border-color: #DAB52D; }
span { border-color: rgb(218,181,45); }
td.TdClassName
{
border-color: #DAB52D;
}
.TagClassName
{
border-color: #DAB52D;
}
</style>