Shades of Gold Tips #DCBC31
Tints of Gold Tips #DCBC31
RGB
CMYK
RGB Variations
Color information
#DCBC31 (or 0xDCBC31) is known color: Gold Tips. HEX triplet: DC, BC and 31. RGB value is (220,188,49). Sum of RGB (Red+Green+Blue) = 220+188+49=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 49 (19.53% from 255 or 10.72% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC31 is #2343CE. Grayscale: #B6B6B6. Windows color (decimal): -2311119 or 3259612. OLE color: 3259612.
HSL color Cylindrical-coordinate representation of color #DCBC31: hue angle of 48.77º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCBC31 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 49 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.14 |
| HSL | 48.77º | 0.71% | 0.53% | - |
| HSV(B) | 48.77º | 0.78% | 0.86% | - |
| XYZ | 48.05 | 51.4 | 10.3 | - |
| YUV | 181.72 | 53.1 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 49 | 0 | 0.15 | 0.78 | 0.14 | 48.77 | 0.71 | 0.53 |
| Hex | DC | BC | 31 | 0 | F | 4E | E | 31 | 47 | 35 |
| Octal | 334 | 274 | 61 | 0 | 17 | 116 | 16 | 61 | 107 | 65 |
| Binary | 11011100 | 10111100 | 110001 | 0 | 1111 | 1001110 | 1110 | 110001 | 1000111 | 110101 |
Color Harmonies of #DCBC31
Complementary color
Monochromatic Colors of #DCBC31
Black with #DCBC31
Text Example
Text Example
White with #DCBC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC31; }
p { color: rgb(220,188,49); }
H1.HeaderClassName
{
color: #DCBC31;
}
.AnyTagClassName
{
color: #DCBC31;
}
</style>
background-color css
<style>
a { background-color: #DCBC31; }
a { background-color: rgb(220,188,49); }
div.DivClassName
{
background-color: #DCBC31;
}
.BgClassName
{
background-color: #DCBC31;
}
</style>
border-color css
<style>
span { border-color: #DCBC31; }
span { border-color: rgb(220,188,49); }
td.TdClassName
{
border-color: #DCBC31;
}
.TagClassName
{
border-color: #DCBC31;
}
</style>