Shades of Gold Tips #DFBA2B
Tints of Gold Tips #DFBA2B
RGB
CMYK
RGB Variations
Color information
#DFBA2B (or 0xDFBA2B) is known color: Gold Tips. HEX triplet: DF, BA and 2B. RGB value is (223,186,43). Sum of RGB (Red+Green+Blue) = 223+186+43=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 43 (17.19% from 255 or 9.51% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA2B is #2045D4. Grayscale: #B5B5B5. Windows color (decimal): -2115029 or 2865887. OLE color: 2865887.
HSL color Cylindrical-coordinate representation of color #DFBA2B: hue angle of 47.67º 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 #DFBA2B is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 43 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.13 |
| HSL | 47.67º | 0.74% | 0.52% | - |
| HSV(B) | 47.67º | 0.81% | 0.87% | - |
| XYZ | 48.43 | 50.98 | 9.57 | - |
| YUV | 180.76 | 50.26 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 43 | 0 | 0.17 | 0.81 | 0.13 | 47.67 | 0.74 | 0.52 |
| Hex | DF | BA | 2B | 0 | 11 | 51 | D | 30 | 4A | 34 |
| Octal | 337 | 272 | 53 | 0 | 21 | 121 | 15 | 60 | 112 | 64 |
| Binary | 11011111 | 10111010 | 101011 | 0 | 10001 | 1010001 | 1101 | 110000 | 1001010 | 110100 |
Color Harmonies of #DFBA2B
Complementary color
Monochromatic Colors of #DFBA2B
Black with #DFBA2B
Text Example
Text Example
White with #DFBA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA2B; }
p { color: rgb(223,186,43); }
H1.HeaderClassName
{
color: #DFBA2B;
}
.AnyTagClassName
{
color: #DFBA2B;
}
</style>
background-color css
<style>
a { background-color: #DFBA2B; }
a { background-color: rgb(223,186,43); }
div.DivClassName
{
background-color: #DFBA2B;
}
.BgClassName
{
background-color: #DFBA2B;
}
</style>
border-color css
<style>
span { border-color: #DFBA2B; }
span { border-color: rgb(223,186,43); }
td.TdClassName
{
border-color: #DFBA2B;
}
.TagClassName
{
border-color: #DFBA2B;
}
</style>