Shades of Gold Tips #DCBC2D
Tints of Gold Tips #DCBC2D
RGB
CMYK
RGB Variations
Color information
#DCBC2D (or 0xDCBC2D) is known color: Gold Tips. HEX triplet: DC, BC and 2D. RGB value is (220,188,45). Sum of RGB (Red+Green+Blue) = 220+188+45=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC2D is #2343D2. Grayscale: #B5B5B5. Windows color (decimal): -2311123 or 2997468. OLE color: 2997468.
HSL color Cylindrical-coordinate representation of color #DCBC2D: hue angle of 49.03º 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 #DCBC2D is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 45 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.14 |
| HSL | 49.03º | 0.71% | 0.52% | - |
| HSV(B) | 49.03º | 0.8% | 0.86% | - |
| XYZ | 47.97 | 51.37 | 9.87 | - |
| YUV | 181.27 | 51.1 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 45 | 0 | 0.15 | 0.80 | 0.14 | 49.03 | 0.71 | 0.52 |
| Hex | DC | BC | 2D | 0 | F | 50 | E | 31 | 47 | 34 |
| Octal | 334 | 274 | 55 | 0 | 17 | 120 | 16 | 61 | 107 | 64 |
| Binary | 11011100 | 10111100 | 101101 | 0 | 1111 | 1010000 | 1110 | 110001 | 1000111 | 110100 |
Color Harmonies of #DCBC2D
Complementary color
Monochromatic Colors of #DCBC2D
Black with #DCBC2D
Text Example
Text Example
White with #DCBC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC2D; }
p { color: rgb(220,188,45); }
H1.HeaderClassName
{
color: #DCBC2D;
}
.AnyTagClassName
{
color: #DCBC2D;
}
</style>
background-color css
<style>
a { background-color: #DCBC2D; }
a { background-color: rgb(220,188,45); }
div.DivClassName
{
background-color: #DCBC2D;
}
.BgClassName
{
background-color: #DCBC2D;
}
</style>
border-color css
<style>
span { border-color: #DCBC2D; }
span { border-color: rgb(220,188,45); }
td.TdClassName
{
border-color: #DCBC2D;
}
.TagClassName
{
border-color: #DCBC2D;
}
</style>