Shades of Gold Tips #DCBA28
Tints of Gold Tips #DCBA28
RGB
CMYK
RGB Variations
Color information
#DCBA28 (or 0xDCBA28) is known color: Gold Tips. HEX triplet: DC, BA and 28. RGB value is (220,186,40). Sum of RGB (Red+Green+Blue) = 220+186+40=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA28 is #2345D7. Grayscale: #B4B4B4. Windows color (decimal): -2311640 or 2669276. OLE color: 2669276.
HSL color Cylindrical-coordinate representation of color #DCBA28: hue angle of 48.67º 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 #DCBA28 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 40 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.14 |
| HSL | 48.67º | 0.72% | 0.51% | - |
| HSV(B) | 48.67º | 0.82% | 0.86% | - |
| XYZ | 47.46 | 50.49 | 9.25 | - |
| YUV | 179.52 | 49.26 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 40 | 0 | 0.15 | 0.82 | 0.14 | 48.67 | 0.72 | 0.51 |
| Hex | DC | BA | 28 | 0 | F | 52 | E | 31 | 48 | 33 |
| Octal | 334 | 272 | 50 | 0 | 17 | 122 | 16 | 61 | 110 | 63 |
| Binary | 11011100 | 10111010 | 101000 | 0 | 1111 | 1010010 | 1110 | 110001 | 1001000 | 110011 |
Color Harmonies of #DCBA28
Complementary color
Monochromatic Colors of #DCBA28
Black with #DCBA28
Text Example
Text Example
White with #DCBA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA28; }
p { color: rgb(220,186,40); }
H1.HeaderClassName
{
color: #DCBA28;
}
.AnyTagClassName
{
color: #DCBA28;
}
</style>
background-color css
<style>
a { background-color: #DCBA28; }
a { background-color: rgb(220,186,40); }
div.DivClassName
{
background-color: #DCBA28;
}
.BgClassName
{
background-color: #DCBA28;
}
</style>
border-color css
<style>
span { border-color: #DCBA28; }
span { border-color: rgb(220,186,40); }
td.TdClassName
{
border-color: #DCBA28;
}
.TagClassName
{
border-color: #DCBA28;
}
</style>