Shades of Gold Tips #DCBA29
Tints of Gold Tips #DCBA29
RGB
CMYK
RGB Variations
Color information
#DCBA29 (or 0xDCBA29) is known color: Gold Tips. HEX triplet: DC, BA and 29. RGB value is (220,186,41). Sum of RGB (Red+Green+Blue) = 220+186+41=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 41 (16.41% from 255 or 9.17% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA29 is #2345D6. Grayscale: #B4B4B4. Windows color (decimal): -2311639 or 2734812. OLE color: 2734812.
HSL color Cylindrical-coordinate representation of color #DCBA29: hue angle of 48.6º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCBA29 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 41 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.14 |
| HSL | 48.6º | 0.72% | 0.51% | - |
| HSV(B) | 48.6º | 0.81% | 0.86% | - |
| XYZ | 47.47 | 50.49 | 9.34 | - |
| YUV | 179.64 | 49.76 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 41 | 0 | 0.15 | 0.81 | 0.14 | 48.6 | 0.72 | 0.51 |
| Hex | DC | BA | 29 | 0 | F | 51 | E | 31 | 48 | 33 |
| Octal | 334 | 272 | 51 | 0 | 17 | 121 | 16 | 61 | 110 | 63 |
| Binary | 11011100 | 10111010 | 101001 | 0 | 1111 | 1010001 | 1110 | 110001 | 1001000 | 110011 |
Color Harmonies of #DCBA29
Complementary color
Monochromatic Colors of #DCBA29
Black with #DCBA29
Text Example
Text Example
White with #DCBA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA29; }
p { color: rgb(220,186,41); }
H1.HeaderClassName
{
color: #DCBA29;
}
.AnyTagClassName
{
color: #DCBA29;
}
</style>
background-color css
<style>
a { background-color: #DCBA29; }
a { background-color: rgb(220,186,41); }
div.DivClassName
{
background-color: #DCBA29;
}
.BgClassName
{
background-color: #DCBA29;
}
</style>
border-color css
<style>
span { border-color: #DCBA29; }
span { border-color: rgb(220,186,41); }
td.TdClassName
{
border-color: #DCBA29;
}
.TagClassName
{
border-color: #DCBA29;
}
</style>