Shades of Gold Tips #DFBC2D
Tints of Gold Tips #DFBC2D
RGB
CMYK
RGB Variations
Color information
#DFBC2D (or 0xDFBC2D) is known color: Gold Tips. HEX triplet: DF, BC and 2D. RGB value is (223,188,45). Sum of RGB (Red+Green+Blue) = 223+188+45=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBC2D is #2043D2. Grayscale: #B6B6B6. Windows color (decimal): -2114515 or 2997471. OLE color: 2997471.
HSL color Cylindrical-coordinate representation of color #DFBC2D: hue angle of 48.2º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFBC2D is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 45 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.13 |
| HSL | 48.2º | 0.74% | 0.53% | - |
| HSV(B) | 48.2º | 0.8% | 0.87% | - |
| XYZ | 48.89 | 51.84 | 9.91 | - |
| YUV | 182.16 | 50.6 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 45 | 0 | 0.16 | 0.80 | 0.13 | 48.2 | 0.74 | 0.53 |
| Hex | DF | BC | 2D | 0 | 10 | 50 | D | 30 | 4A | 35 |
| Octal | 337 | 274 | 55 | 0 | 20 | 120 | 15 | 60 | 112 | 65 |
| Binary | 11011111 | 10111100 | 101101 | 0 | 10000 | 1010000 | 1101 | 110000 | 1001010 | 110101 |
Color Harmonies of #DFBC2D
Complementary color
Monochromatic Colors of #DFBC2D
Black with #DFBC2D
Text Example
Text Example
White with #DFBC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC2D; }
p { color: rgb(223,188,45); }
H1.HeaderClassName
{
color: #DFBC2D;
}
.AnyTagClassName
{
color: #DFBC2D;
}
</style>
background-color css
<style>
a { background-color: #DFBC2D; }
a { background-color: rgb(223,188,45); }
div.DivClassName
{
background-color: #DFBC2D;
}
.BgClassName
{
background-color: #DFBC2D;
}
</style>
border-color css
<style>
span { border-color: #DFBC2D; }
span { border-color: rgb(223,188,45); }
td.TdClassName
{
border-color: #DFBC2D;
}
.TagClassName
{
border-color: #DFBC2D;
}
</style>