Shades of Gold Tips #DFBA26
Tints of Gold Tips #DFBA26
RGB
CMYK
RGB Variations
Color information
#DFBA26 (or 0xDFBA26) is known color: Gold Tips. HEX triplet: DF, BA and 26. RGB value is (223,186,38). Sum of RGB (Red+Green+Blue) = 223+186+38=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 38 (15.23% from 255 or 8.50% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA26 is #2045D9. Grayscale: #B4B4B4. Windows color (decimal): -2115034 or 2538207. OLE color: 2538207.
HSL color Cylindrical-coordinate representation of color #DFBA26: hue angle of 48º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFBA26 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 38 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.13 |
| HSL | 48º | 0.74% | 0.51% | - |
| HSV(B) | 48º | 0.83% | 0.87% | - |
| XYZ | 48.34 | 50.95 | 9.12 | - |
| YUV | 180.19 | 47.76 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 38 | 0 | 0.17 | 0.83 | 0.13 | 48 | 0.74 | 0.51 |
| Hex | DF | BA | 26 | 0 | 11 | 53 | D | 30 | 4A | 33 |
| Octal | 337 | 272 | 46 | 0 | 21 | 123 | 15 | 60 | 112 | 63 |
| Binary | 11011111 | 10111010 | 100110 | 0 | 10001 | 1010011 | 1101 | 110000 | 1001010 | 110011 |
Color Harmonies of #DFBA26
Complementary color
Monochromatic Colors of #DFBA26
Black with #DFBA26
Text Example
Text Example
White with #DFBA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA26; }
p { color: rgb(223,186,38); }
H1.HeaderClassName
{
color: #DFBA26;
}
.AnyTagClassName
{
color: #DFBA26;
}
</style>
background-color css
<style>
a { background-color: #DFBA26; }
a { background-color: rgb(223,186,38); }
div.DivClassName
{
background-color: #DFBA26;
}
.BgClassName
{
background-color: #DFBA26;
}
</style>
border-color css
<style>
span { border-color: #DFBA26; }
span { border-color: rgb(223,186,38); }
td.TdClassName
{
border-color: #DFBA26;
}
.TagClassName
{
border-color: #DFBA26;
}
</style>