Shades of Gold Tips #DABA27
Tints of Gold Tips #DABA27
RGB
CMYK
RGB Variations
Color information
#DABA27 (or 0xDABA27) is known color: Gold Tips. HEX triplet: DA, BA and 27. RGB value is (218,186,39). Sum of RGB (Red+Green+Blue) = 218+186+39=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 39 (15.62% from 255 or 8.80% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA27 is #2545D8. Grayscale: #B3B3B3. Windows color (decimal): -2442713 or 2603738. OLE color: 2603738.
HSL color Cylindrical-coordinate representation of color #DABA27: hue angle of 49.27º 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 #DABA27 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 39 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.15 |
| HSL | 49.27º | 0.71% | 0.5% | - |
| HSV(B) | 49.27º | 0.82% | 0.85% | - |
| XYZ | 46.84 | 50.17 | 9.13 | - |
| YUV | 178.81 | 49.1 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 39 | 0 | 0.15 | 0.82 | 0.15 | 49.27 | 0.71 | 0.5 |
| Hex | DA | BA | 27 | 0 | F | 52 | F | 31 | 47 | 32 |
| Octal | 332 | 272 | 47 | 0 | 17 | 122 | 17 | 61 | 107 | 62 |
| Binary | 11011010 | 10111010 | 100111 | 0 | 1111 | 1010010 | 1111 | 110001 | 1000111 | 110010 |
Color Harmonies of #DABA27
Complementary color
Monochromatic Colors of #DABA27
Black with #DABA27
Text Example
Text Example
White with #DABA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA27; }
p { color: rgb(218,186,39); }
H1.HeaderClassName
{
color: #DABA27;
}
.AnyTagClassName
{
color: #DABA27;
}
</style>
background-color css
<style>
a { background-color: #DABA27; }
a { background-color: rgb(218,186,39); }
div.DivClassName
{
background-color: #DABA27;
}
.BgClassName
{
background-color: #DABA27;
}
</style>
border-color css
<style>
span { border-color: #DABA27; }
span { border-color: rgb(218,186,39); }
td.TdClassName
{
border-color: #DABA27;
}
.TagClassName
{
border-color: #DABA27;
}
</style>