Shades of Gold Tips #DCBA26
Tints of Gold Tips #DCBA26
RGB
CMYK
RGB Variations
Color information
#DCBA26 (or 0xDCBA26) is known color: Gold Tips. HEX triplet: DC, BA and 26. RGB value is (220,186,38). Sum of RGB (Red+Green+Blue) = 220+186+38=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 38 (15.23% from 255 or 8.56% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA26 is #2345D9. Grayscale: #B3B3B3. Windows color (decimal): -2311642 or 2538204. OLE color: 2538204.
HSL color Cylindrical-coordinate representation of color #DCBA26: hue angle of 48.79º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCBA26 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 38 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.14 |
| HSL | 48.79º | 0.72% | 0.51% | - |
| HSV(B) | 48.79º | 0.83% | 0.86% | - |
| XYZ | 47.42 | 50.47 | 9.08 | - |
| YUV | 179.29 | 48.26 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 38 | 0 | 0.15 | 0.83 | 0.14 | 48.79 | 0.72 | 0.51 |
| Hex | DC | BA | 26 | 0 | F | 53 | E | 31 | 48 | 33 |
| Octal | 334 | 272 | 46 | 0 | 17 | 123 | 16 | 61 | 110 | 63 |
| Binary | 11011100 | 10111010 | 100110 | 0 | 1111 | 1010011 | 1110 | 110001 | 1001000 | 110011 |
Color Harmonies of #DCBA26
Complementary color
Monochromatic Colors of #DCBA26
Black with #DCBA26
Text Example
Text Example
White with #DCBA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA26; }
p { color: rgb(220,186,38); }
H1.HeaderClassName
{
color: #DCBA26;
}
.AnyTagClassName
{
color: #DCBA26;
}
</style>
background-color css
<style>
a { background-color: #DCBA26; }
a { background-color: rgb(220,186,38); }
div.DivClassName
{
background-color: #DCBA26;
}
.BgClassName
{
background-color: #DCBA26;
}
</style>
border-color css
<style>
span { border-color: #DCBA26; }
span { border-color: rgb(220,186,38); }
td.TdClassName
{
border-color: #DCBA26;
}
.TagClassName
{
border-color: #DCBA26;
}
</style>