Shades of Gold Tips #DABA26
Tints of Gold Tips #DABA26
RGB
CMYK
RGB Variations
Color information
#DABA26 (or 0xDABA26) is known color: Gold Tips. HEX triplet: DA, BA and 26. RGB value is (218,186,38). Sum of RGB (Red+Green+Blue) = 218+186+38=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 38 (15.23% from 255 or 8.60% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA26 is #2545D9. Grayscale: #B3B3B3. Windows color (decimal): -2442714 or 2538202. OLE color: 2538202.
HSL color Cylindrical-coordinate representation of color #DABA26: hue angle of 49.33º 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 #DABA26 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 38 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.15 |
| HSL | 49.33º | 0.71% | 0.5% | - |
| HSV(B) | 49.33º | 0.83% | 0.85% | - |
| XYZ | 46.82 | 50.16 | 9.05 | - |
| YUV | 178.7 | 48.6 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 38 | 0 | 0.15 | 0.83 | 0.15 | 49.33 | 0.71 | 0.5 |
| Hex | DA | BA | 26 | 0 | F | 53 | F | 31 | 47 | 32 |
| Octal | 332 | 272 | 46 | 0 | 17 | 123 | 17 | 61 | 107 | 62 |
| Binary | 11011010 | 10111010 | 100110 | 0 | 1111 | 1010011 | 1111 | 110001 | 1000111 | 110010 |
Color Harmonies of #DABA26
Complementary color
Monochromatic Colors of #DABA26
Black with #DABA26
Text Example
Text Example
White with #DABA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA26; }
p { color: rgb(218,186,38); }
H1.HeaderClassName
{
color: #DABA26;
}
.AnyTagClassName
{
color: #DABA26;
}
</style>
background-color css
<style>
a { background-color: #DABA26; }
a { background-color: rgb(218,186,38); }
div.DivClassName
{
background-color: #DABA26;
}
.BgClassName
{
background-color: #DABA26;
}
</style>
border-color css
<style>
span { border-color: #DABA26; }
span { border-color: rgb(218,186,38); }
td.TdClassName
{
border-color: #DABA26;
}
.TagClassName
{
border-color: #DABA26;
}
</style>