Shades of Gold Tips #DFBA33
Tints of Gold Tips #DFBA33
RGB
CMYK
RGB Variations
Color information
#DFBA33 (or 0xDFBA33) is known color: Gold Tips. HEX triplet: DF, BA and 33. RGB value is (223,186,51). Sum of RGB (Red+Green+Blue) = 223+186+51=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 51 (20.31% from 255 or 11.09% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA33 is #2045CC. Grayscale: #B6B6B6. Windows color (decimal): -2115021 or 3390175. OLE color: 3390175.
HSL color Cylindrical-coordinate representation of color #DFBA33: hue angle of 47.09º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFBA33 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 51 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.13 |
| HSL | 47.09º | 0.73% | 0.54% | - |
| HSV(B) | 47.09º | 0.77% | 0.87% | - |
| XYZ | 48.59 | 51.04 | 10.42 | - |
| YUV | 181.67 | 54.26 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 51 | 0 | 0.17 | 0.77 | 0.13 | 47.09 | 0.73 | 0.54 |
| Hex | DF | BA | 33 | 0 | 11 | 4D | D | 2F | 49 | 36 |
| Octal | 337 | 272 | 63 | 0 | 21 | 115 | 15 | 57 | 111 | 66 |
| Binary | 11011111 | 10111010 | 110011 | 0 | 10001 | 1001101 | 1101 | 101111 | 1001001 | 110110 |
Color Harmonies of #DFBA33
Complementary color
Monochromatic Colors of #DFBA33
Black with #DFBA33
Text Example
Text Example
White with #DFBA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA33; }
p { color: rgb(223,186,51); }
H1.HeaderClassName
{
color: #DFBA33;
}
.AnyTagClassName
{
color: #DFBA33;
}
</style>
background-color css
<style>
a { background-color: #DFBA33; }
a { background-color: rgb(223,186,51); }
div.DivClassName
{
background-color: #DFBA33;
}
.BgClassName
{
background-color: #DFBA33;
}
</style>
border-color css
<style>
span { border-color: #DFBA33; }
span { border-color: rgb(223,186,51); }
td.TdClassName
{
border-color: #DFBA33;
}
.TagClassName
{
border-color: #DFBA33;
}
</style>