Shades of Gold Tips #DFBA2D
Tints of Gold Tips #DFBA2D
RGB
CMYK
RGB Variations
Color information
#DFBA2D (or 0xDFBA2D) is known color: Gold Tips. HEX triplet: DF, BA and 2D. RGB value is (223,186,45). Sum of RGB (Red+Green+Blue) = 223+186+45=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 45 (17.97% from 255 or 9.91% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA2D is #2045D2. Grayscale: #B5B5B5. Windows color (decimal): -2115027 or 2996959. OLE color: 2996959.
HSL color Cylindrical-coordinate representation of color #DFBA2D: hue angle of 47.53º 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 #DFBA2D is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 45 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.13 |
| HSL | 47.53º | 0.74% | 0.53% | - |
| HSV(B) | 47.53º | 0.8% | 0.87% | - |
| XYZ | 48.46 | 51 | 9.77 | - |
| YUV | 180.99 | 51.26 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 45 | 0 | 0.17 | 0.80 | 0.13 | 47.53 | 0.74 | 0.53 |
| Hex | DF | BA | 2D | 0 | 11 | 50 | D | 30 | 4A | 35 |
| Octal | 337 | 272 | 55 | 0 | 21 | 120 | 15 | 60 | 112 | 65 |
| Binary | 11011111 | 10111010 | 101101 | 0 | 10001 | 1010000 | 1101 | 110000 | 1001010 | 110101 |
Color Harmonies of #DFBA2D
Complementary color
Monochromatic Colors of #DFBA2D
Black with #DFBA2D
Text Example
Text Example
White with #DFBA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA2D; }
p { color: rgb(223,186,45); }
H1.HeaderClassName
{
color: #DFBA2D;
}
.AnyTagClassName
{
color: #DFBA2D;
}
</style>
background-color css
<style>
a { background-color: #DFBA2D; }
a { background-color: rgb(223,186,45); }
div.DivClassName
{
background-color: #DFBA2D;
}
.BgClassName
{
background-color: #DFBA2D;
}
</style>
border-color css
<style>
span { border-color: #DFBA2D; }
span { border-color: rgb(223,186,45); }
td.TdClassName
{
border-color: #DFBA2D;
}
.TagClassName
{
border-color: #DFBA2D;
}
</style>