Shades of Gold Tips #DCBA27
Tints of Gold Tips #DCBA27
RGB
CMYK
RGB Variations
Color information
#DCBA27 (or 0xDCBA27) is known color: Gold Tips. HEX triplet: DC, BA and 27. RGB value is (220,186,39). Sum of RGB (Red+Green+Blue) = 220+186+39=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 39 (15.62% from 255 or 8.76% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA27 is #2345D8. Grayscale: #B4B4B4. Windows color (decimal): -2311641 or 2603740. OLE color: 2603740.
HSL color Cylindrical-coordinate representation of color #DCBA27: hue angle of 48.73º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCBA27 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 39 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.14 |
| HSL | 48.73º | 0.72% | 0.51% | - |
| HSV(B) | 48.73º | 0.82% | 0.86% | - |
| XYZ | 47.44 | 50.48 | 9.16 | - |
| YUV | 179.41 | 48.76 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 39 | 0 | 0.15 | 0.82 | 0.14 | 48.73 | 0.72 | 0.51 |
| Hex | DC | BA | 27 | 0 | F | 52 | E | 31 | 48 | 33 |
| Octal | 334 | 272 | 47 | 0 | 17 | 122 | 16 | 61 | 110 | 63 |
| Binary | 11011100 | 10111010 | 100111 | 0 | 1111 | 1010010 | 1110 | 110001 | 1001000 | 110011 |
Color Harmonies of #DCBA27
Complementary color
Monochromatic Colors of #DCBA27
Black with #DCBA27
Text Example
Text Example
White with #DCBA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA27; }
p { color: rgb(220,186,39); }
H1.HeaderClassName
{
color: #DCBA27;
}
.AnyTagClassName
{
color: #DCBA27;
}
</style>
background-color css
<style>
a { background-color: #DCBA27; }
a { background-color: rgb(220,186,39); }
div.DivClassName
{
background-color: #DCBA27;
}
.BgClassName
{
background-color: #DCBA27;
}
</style>
border-color css
<style>
span { border-color: #DCBA27; }
span { border-color: rgb(220,186,39); }
td.TdClassName
{
border-color: #DCBA27;
}
.TagClassName
{
border-color: #DCBA27;
}
</style>