Shades of Gold Tips #DCBF2B
Tints of Gold Tips #DCBF2B
RGB
CMYK
RGB Variations
Color information
#DCBF2B (or 0xDCBF2B) is known color: Gold Tips. HEX triplet: DC, BF and 2B. RGB value is (220,191,43). Sum of RGB (Red+Green+Blue) = 220+191+43=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 43 (17.19% from 255 or 9.47% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF2B is #2340D4. Grayscale: #B7B7B7. Windows color (decimal): -2310357 or 2867164. OLE color: 2867164.
HSL color Cylindrical-coordinate representation of color #DCBF2B: hue angle of 50.17º 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 #DCBF2B is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 43 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.14 |
| HSL | 50.17º | 0.72% | 0.52% | - |
| HSV(B) | 50.17º | 0.8% | 0.86% | - |
| XYZ | 48.58 | 52.65 | 9.89 | - |
| YUV | 182.8 | 49.11 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 43 | 0 | 0.13 | 0.80 | 0.14 | 50.17 | 0.72 | 0.52 |
| Hex | DC | BF | 2B | 0 | D | 50 | E | 32 | 48 | 34 |
| Octal | 334 | 277 | 53 | 0 | 15 | 120 | 16 | 62 | 110 | 64 |
| Binary | 11011100 | 10111111 | 101011 | 0 | 1101 | 1010000 | 1110 | 110010 | 1001000 | 110100 |
Color Harmonies of #DCBF2B
Complementary color
Monochromatic Colors of #DCBF2B
Black with #DCBF2B
Text Example
Text Example
White with #DCBF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF2B; }
p { color: rgb(220,191,43); }
H1.HeaderClassName
{
color: #DCBF2B;
}
.AnyTagClassName
{
color: #DCBF2B;
}
</style>
background-color css
<style>
a { background-color: #DCBF2B; }
a { background-color: rgb(220,191,43); }
div.DivClassName
{
background-color: #DCBF2B;
}
.BgClassName
{
background-color: #DCBF2B;
}
</style>
border-color css
<style>
span { border-color: #DCBF2B; }
span { border-color: rgb(220,191,43); }
td.TdClassName
{
border-color: #DCBF2B;
}
.TagClassName
{
border-color: #DCBF2B;
}
</style>