Shades of Gold Tips #DABA28
Tints of Gold Tips #DABA28
RGB
CMYK
RGB Variations
Color information
#DABA28 (or 0xDABA28) is known color: Gold Tips. HEX triplet: DA, BA and 28. RGB value is (218,186,40). Sum of RGB (Red+Green+Blue) = 218+186+40=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 40 (16.02% from 255 or 9.01% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA28 is #2545D7. Grayscale: #B3B3B3. Windows color (decimal): -2442712 or 2669274. OLE color: 2669274.
HSL color Cylindrical-coordinate representation of color #DABA28: hue angle of 49.21º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DABA28 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 40 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.15 |
| HSL | 49.21º | 0.71% | 0.51% | - |
| HSV(B) | 49.21º | 0.82% | 0.85% | - |
| XYZ | 46.86 | 50.18 | 9.22 | - |
| YUV | 178.92 | 49.6 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 40 | 0 | 0.15 | 0.82 | 0.15 | 49.21 | 0.71 | 0.51 |
| Hex | DA | BA | 28 | 0 | F | 52 | F | 31 | 47 | 33 |
| Octal | 332 | 272 | 50 | 0 | 17 | 122 | 17 | 61 | 107 | 63 |
| Binary | 11011010 | 10111010 | 101000 | 0 | 1111 | 1010010 | 1111 | 110001 | 1000111 | 110011 |
Color Harmonies of #DABA28
Complementary color
Monochromatic Colors of #DABA28
Black with #DABA28
Text Example
Text Example
White with #DABA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA28; }
p { color: rgb(218,186,40); }
H1.HeaderClassName
{
color: #DABA28;
}
.AnyTagClassName
{
color: #DABA28;
}
</style>
background-color css
<style>
a { background-color: #DABA28; }
a { background-color: rgb(218,186,40); }
div.DivClassName
{
background-color: #DABA28;
}
.BgClassName
{
background-color: #DABA28;
}
</style>
border-color css
<style>
span { border-color: #DABA28; }
span { border-color: rgb(218,186,40); }
td.TdClassName
{
border-color: #DABA28;
}
.TagClassName
{
border-color: #DABA28;
}
</style>