Shades of Gold Tips #DFBA31
Tints of Gold Tips #DFBA31
RGB
CMYK
RGB Variations
Color information
#DFBA31 (or 0xDFBA31) is known color: Gold Tips. HEX triplet: DF, BA and 31. RGB value is (223,186,49). Sum of RGB (Red+Green+Blue) = 223+186+49=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA31 is #2045CE. Grayscale: #B6B6B6. Windows color (decimal): -2115023 or 3259103. OLE color: 3259103.
HSL color Cylindrical-coordinate representation of color #DFBA31: hue angle of 47.24º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFBA31 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 49 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.13 |
| HSL | 47.24º | 0.73% | 0.53% | - |
| HSV(B) | 47.24º | 0.78% | 0.87% | - |
| XYZ | 48.54 | 51.03 | 10.2 | - |
| YUV | 181.45 | 53.26 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 49 | 0 | 0.17 | 0.78 | 0.13 | 47.24 | 0.73 | 0.53 |
| Hex | DF | BA | 31 | 0 | 11 | 4E | D | 2F | 49 | 35 |
| Octal | 337 | 272 | 61 | 0 | 21 | 116 | 15 | 57 | 111 | 65 |
| Binary | 11011111 | 10111010 | 110001 | 0 | 10001 | 1001110 | 1101 | 101111 | 1001001 | 110101 |
Color Harmonies of #DFBA31
Complementary color
Monochromatic Colors of #DFBA31
Black with #DFBA31
Text Example
Text Example
White with #DFBA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA31; }
p { color: rgb(223,186,49); }
H1.HeaderClassName
{
color: #DFBA31;
}
.AnyTagClassName
{
color: #DFBA31;
}
</style>
background-color css
<style>
a { background-color: #DFBA31; }
a { background-color: rgb(223,186,49); }
div.DivClassName
{
background-color: #DFBA31;
}
.BgClassName
{
background-color: #DFBA31;
}
</style>
border-color css
<style>
span { border-color: #DFBA31; }
span { border-color: rgb(223,186,49); }
td.TdClassName
{
border-color: #DFBA31;
}
.TagClassName
{
border-color: #DFBA31;
}
</style>