Shades of Gold Tips #DFB92F
Tints of Gold Tips #DFB92F
RGB
CMYK
RGB Variations
Color information
#DFB92F (or 0xDFB92F) is known color: Gold Tips. HEX triplet: DF, B9 and 2F. RGB value is (223,185,47). Sum of RGB (Red+Green+Blue) = 223+185+47=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 47 (18.75% from 255 or 10.33% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB92F is #2046D0. Grayscale: #B5B5B5. Windows color (decimal): -2115281 or 3127775. OLE color: 3127775.
HSL color Cylindrical-coordinate representation of color #DFB92F: hue angle of 47.05º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFB92F is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 47 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.13 |
| HSL | 47.05º | 0.73% | 0.53% | - |
| HSV(B) | 47.05º | 0.79% | 0.87% | - |
| XYZ | 48.29 | 50.59 | 9.91 | - |
| YUV | 180.63 | 52.59 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 47 | 0 | 0.17 | 0.79 | 0.13 | 47.05 | 0.73 | 0.53 |
| Hex | DF | B9 | 2F | 0 | 11 | 4F | D | 2F | 49 | 35 |
| Octal | 337 | 271 | 57 | 0 | 21 | 117 | 15 | 57 | 111 | 65 |
| Binary | 11011111 | 10111001 | 101111 | 0 | 10001 | 1001111 | 1101 | 101111 | 1001001 | 110101 |
Color Harmonies of #DFB92F
Complementary color
Monochromatic Colors of #DFB92F
Black with #DFB92F
Text Example
Text Example
White with #DFB92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB92F; }
p { color: rgb(223,185,47); }
H1.HeaderClassName
{
color: #DFB92F;
}
.AnyTagClassName
{
color: #DFB92F;
}
</style>
background-color css
<style>
a { background-color: #DFB92F; }
a { background-color: rgb(223,185,47); }
div.DivClassName
{
background-color: #DFB92F;
}
.BgClassName
{
background-color: #DFB92F;
}
</style>
border-color css
<style>
span { border-color: #DFB92F; }
span { border-color: rgb(223,185,47); }
td.TdClassName
{
border-color: #DFB92F;
}
.TagClassName
{
border-color: #DFB92F;
}
</style>