Shades of Gold Tips #DCBA2D
Tints of Gold Tips #DCBA2D
RGB
CMYK
RGB Variations
Color information
#DCBA2D (or 0xDCBA2D) is known color: Gold Tips. HEX triplet: DC, BA and 2D. RGB value is (220,186,45). Sum of RGB (Red+Green+Blue) = 220+186+45=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 45 (17.97% from 255 or 9.98% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA2D is #2345D2. Grayscale: #B4B4B4. Windows color (decimal): -2311635 or 2996956. OLE color: 2996956.
HSL color Cylindrical-coordinate representation of color #DCBA2D: hue angle of 48.34º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCBA2D is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 45 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.14 |
| HSL | 48.34º | 0.71% | 0.52% | - |
| HSV(B) | 48.34º | 0.8% | 0.86% | - |
| XYZ | 47.55 | 50.52 | 9.73 | - |
| YUV | 180.09 | 51.76 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 45 | 0 | 0.15 | 0.80 | 0.14 | 48.34 | 0.71 | 0.52 |
| Hex | DC | BA | 2D | 0 | F | 50 | E | 30 | 47 | 34 |
| Octal | 334 | 272 | 55 | 0 | 17 | 120 | 16 | 60 | 107 | 64 |
| Binary | 11011100 | 10111010 | 101101 | 0 | 1111 | 1010000 | 1110 | 110000 | 1000111 | 110100 |
Color Harmonies of #DCBA2D
Complementary color
Monochromatic Colors of #DCBA2D
Black with #DCBA2D
Text Example
Text Example
White with #DCBA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA2D; }
p { color: rgb(220,186,45); }
H1.HeaderClassName
{
color: #DCBA2D;
}
.AnyTagClassName
{
color: #DCBA2D;
}
</style>
background-color css
<style>
a { background-color: #DCBA2D; }
a { background-color: rgb(220,186,45); }
div.DivClassName
{
background-color: #DCBA2D;
}
.BgClassName
{
background-color: #DCBA2D;
}
</style>
border-color css
<style>
span { border-color: #DCBA2D; }
span { border-color: rgb(220,186,45); }
td.TdClassName
{
border-color: #DCBA2D;
}
.TagClassName
{
border-color: #DCBA2D;
}
</style>