Shades of Gold Tips #DCBE2C
Tints of Gold Tips #DCBE2C
RGB
CMYK
RGB Variations
Color information
#DCBE2C (or 0xDCBE2C) is known color: Gold Tips. HEX triplet: DC, BE and 2C. RGB value is (220,190,44). Sum of RGB (Red+Green+Blue) = 220+190+44=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 44 (17.58% from 255 or 9.69% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE2C is #2341D3. Grayscale: #B6B6B6. Windows color (decimal): -2310612 or 2932444. OLE color: 2932444.
HSL color Cylindrical-coordinate representation of color #DCBE2C: hue angle of 49.77º degrees, saturation: 0.72, 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 #DCBE2C is Cyan = 0, Magento = 0.14, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 44 | - |
| CMYK | 0 | 0.14 | 0.8 | 0.14 |
| HSL | 49.77º | 0.72% | 0.52% | - |
| HSV(B) | 49.77º | 0.8% | 0.86% | - |
| XYZ | 48.38 | 52.22 | 9.91 | - |
| YUV | 182.33 | 49.94 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 44 | 0 | 0.14 | 0.8 | 0.14 | 49.77 | 0.72 | 0.52 |
| Hex | DC | BE | 2C | 0 | E | 50 | E | 32 | 48 | 34 |
| Octal | 334 | 276 | 54 | 0 | 16 | 120 | 16 | 62 | 110 | 64 |
| Binary | 11011100 | 10111110 | 101100 | 0 | 1110 | 1010000 | 1110 | 110010 | 1001000 | 110100 |
Color Harmonies of #DCBE2C
Complementary color
Monochromatic Colors of #DCBE2C
Black with #DCBE2C
Text Example
Text Example
White with #DCBE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE2C; }
p { color: rgb(220,190,44); }
H1.HeaderClassName
{
color: #DCBE2C;
}
.AnyTagClassName
{
color: #DCBE2C;
}
</style>
background-color css
<style>
a { background-color: #DCBE2C; }
a { background-color: rgb(220,190,44); }
div.DivClassName
{
background-color: #DCBE2C;
}
.BgClassName
{
background-color: #DCBE2C;
}
</style>
border-color css
<style>
span { border-color: #DCBE2C; }
span { border-color: rgb(220,190,44); }
td.TdClassName
{
border-color: #DCBE2C;
}
.TagClassName
{
border-color: #DCBE2C;
}
</style>