Shades of Gold Tips #DFB931
Tints of Gold Tips #DFB931
RGB
CMYK
RGB Variations
Color information
#DFB931 (or 0xDFB931) is known color: Gold Tips. HEX triplet: DF, B9 and 31. RGB value is (223,185,49). Sum of RGB (Red+Green+Blue) = 223+185+49=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 49 (19.53% from 255 or 10.72% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB931 is #2046CE. Grayscale: #B5B5B5. Windows color (decimal): -2115279 or 3258847. OLE color: 3258847.
HSL color Cylindrical-coordinate representation of color #DFB931: hue angle of 46.9º 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 #DFB931 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 49 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.13 |
| HSL | 46.9º | 0.73% | 0.53% | - |
| HSV(B) | 46.9º | 0.78% | 0.87% | - |
| XYZ | 48.33 | 50.61 | 10.13 | - |
| YUV | 180.86 | 53.59 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 49 | 0 | 0.17 | 0.78 | 0.13 | 46.9 | 0.73 | 0.53 |
| Hex | DF | B9 | 31 | 0 | 11 | 4E | D | 2F | 49 | 35 |
| Octal | 337 | 271 | 61 | 0 | 21 | 116 | 15 | 57 | 111 | 65 |
| Binary | 11011111 | 10111001 | 110001 | 0 | 10001 | 1001110 | 1101 | 101111 | 1001001 | 110101 |
Color Harmonies of #DFB931
Complementary color
Monochromatic Colors of #DFB931
Black with #DFB931
Text Example
Text Example
White with #DFB931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB931; }
p { color: rgb(223,185,49); }
H1.HeaderClassName
{
color: #DFB931;
}
.AnyTagClassName
{
color: #DFB931;
}
</style>
background-color css
<style>
a { background-color: #DFB931; }
a { background-color: rgb(223,185,49); }
div.DivClassName
{
background-color: #DFB931;
}
.BgClassName
{
background-color: #DFB931;
}
</style>
border-color css
<style>
span { border-color: #DFB931; }
span { border-color: rgb(223,185,49); }
td.TdClassName
{
border-color: #DFB931;
}
.TagClassName
{
border-color: #DFB931;
}
</style>