Shades of Gold Tips #DFB131
Tints of Gold Tips #DFB131
RGB
CMYK
RGB Variations
Color information
#DFB131 (or 0xDFB131) is known color: Gold Tips. HEX triplet: DF, B1 and 31. RGB value is (223,177,49). Sum of RGB (Red+Green+Blue) = 223+177+49=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 49 (19.53% from 255 or 10.91% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB131 is #204ECE. Grayscale: #B0B0B0. Windows color (decimal): -2117327 or 3256799. OLE color: 3256799.
HSL color Cylindrical-coordinate representation of color #DFB131: hue angle of 44.14º 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 #DFB131 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 49 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.13 |
| HSL | 44.14º | 0.73% | 0.53% | - |
| HSV(B) | 44.14º | 0.78% | 0.87% | - |
| XYZ | 46.71 | 47.35 | 9.58 | - |
| YUV | 176.16 | 56.24 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 49 | 0 | 0.21 | 0.78 | 0.13 | 44.14 | 0.73 | 0.53 |
| Hex | DF | B1 | 31 | 0 | 15 | 4E | D | 2C | 49 | 35 |
| Octal | 337 | 261 | 61 | 0 | 25 | 116 | 15 | 54 | 111 | 65 |
| Binary | 11011111 | 10110001 | 110001 | 0 | 10101 | 1001110 | 1101 | 101100 | 1001001 | 110101 |
Color Harmonies of #DFB131
Complementary color
Monochromatic Colors of #DFB131
Black with #DFB131
Text Example
Text Example
White with #DFB131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB131; }
p { color: rgb(223,177,49); }
H1.HeaderClassName
{
color: #DFB131;
}
.AnyTagClassName
{
color: #DFB131;
}
</style>
background-color css
<style>
a { background-color: #DFB131; }
a { background-color: rgb(223,177,49); }
div.DivClassName
{
background-color: #DFB131;
}
.BgClassName
{
background-color: #DFB131;
}
</style>
border-color css
<style>
span { border-color: #DFB131; }
span { border-color: rgb(223,177,49); }
td.TdClassName
{
border-color: #DFB131;
}
.TagClassName
{
border-color: #DFB131;
}
</style>