Shades of Gold Tips #DFBA23
Tints of Gold Tips #DFBA23
RGB
CMYK
RGB Variations
Color information
#DFBA23 (or 0xDFBA23) is known color: Gold Tips. HEX triplet: DF, BA and 23. RGB value is (223,186,35). Sum of RGB (Red+Green+Blue) = 223+186+35=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 35 (14.06% from 255 or 7.88% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA23 is #2045DC. Grayscale: #B4B4B4. Windows color (decimal): -2115037 or 2341599. OLE color: 2341599.
HSL color Cylindrical-coordinate representation of color #DFBA23: hue angle of 48.19º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFBA23 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 35 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.13 |
| HSL | 48.19º | 0.75% | 0.51% | - |
| HSV(B) | 48.19º | 0.84% | 0.87% | - |
| XYZ | 48.29 | 50.93 | 8.87 | - |
| YUV | 179.85 | 46.26 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 35 | 0 | 0.17 | 0.84 | 0.13 | 48.19 | 0.75 | 0.51 |
| Hex | DF | BA | 23 | 0 | 11 | 54 | D | 30 | 4B | 33 |
| Octal | 337 | 272 | 43 | 0 | 21 | 124 | 15 | 60 | 113 | 63 |
| Binary | 11011111 | 10111010 | 100011 | 0 | 10001 | 1010100 | 1101 | 110000 | 1001011 | 110011 |
Color Harmonies of #DFBA23
Complementary color
Monochromatic Colors of #DFBA23
Black with #DFBA23
Text Example
Text Example
White with #DFBA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA23; }
p { color: rgb(223,186,35); }
H1.HeaderClassName
{
color: #DFBA23;
}
.AnyTagClassName
{
color: #DFBA23;
}
</style>
background-color css
<style>
a { background-color: #DFBA23; }
a { background-color: rgb(223,186,35); }
div.DivClassName
{
background-color: #DFBA23;
}
.BgClassName
{
background-color: #DFBA23;
}
</style>
border-color css
<style>
span { border-color: #DFBA23; }
span { border-color: rgb(223,186,35); }
td.TdClassName
{
border-color: #DFBA23;
}
.TagClassName
{
border-color: #DFBA23;
}
</style>