Shades of Gold Tips #DFBA2A
Tints of Gold Tips #DFBA2A
RGB
CMYK
RGB Variations
Color information
#DFBA2A (or 0xDFBA2A) is known color: Gold Tips. HEX triplet: DF, BA and 2A. RGB value is (223,186,42). Sum of RGB (Red+Green+Blue) = 223+186+42=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 42 (16.80% from 255 or 9.31% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA2A is #2045D5. Grayscale: #B5B5B5. Windows color (decimal): -2115030 or 2800351. OLE color: 2800351.
HSL color Cylindrical-coordinate representation of color #DFBA2A: hue angle of 47.73º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFBA2A is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 42 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.13 |
| HSL | 47.73º | 0.74% | 0.52% | - |
| HSV(B) | 47.73º | 0.81% | 0.87% | - |
| XYZ | 48.41 | 50.97 | 9.48 | - |
| YUV | 180.65 | 49.76 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 42 | 0 | 0.17 | 0.81 | 0.13 | 47.73 | 0.74 | 0.52 |
| Hex | DF | BA | 2A | 0 | 11 | 51 | D | 30 | 4A | 34 |
| Octal | 337 | 272 | 52 | 0 | 21 | 121 | 15 | 60 | 112 | 64 |
| Binary | 11011111 | 10111010 | 101010 | 0 | 10001 | 1010001 | 1101 | 110000 | 1001010 | 110100 |
Color Harmonies of #DFBA2A
Complementary color
Monochromatic Colors of #DFBA2A
Black with #DFBA2A
Text Example
Text Example
White with #DFBA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA2A; }
p { color: rgb(223,186,42); }
H1.HeaderClassName
{
color: #DFBA2A;
}
.AnyTagClassName
{
color: #DFBA2A;
}
</style>
background-color css
<style>
a { background-color: #DFBA2A; }
a { background-color: rgb(223,186,42); }
div.DivClassName
{
background-color: #DFBA2A;
}
.BgClassName
{
background-color: #DFBA2A;
}
</style>
border-color css
<style>
span { border-color: #DFBA2A; }
span { border-color: rgb(223,186,42); }
td.TdClassName
{
border-color: #DFBA2A;
}
.TagClassName
{
border-color: #DFBA2A;
}
</style>