Shades of Gold Tips #DFB116
Tints of Gold Tips #DFB116
RGB
CMYK
RGB Variations
Color information
#DFB116 (or 0xDFB116) is known color: Gold Tips. HEX triplet: DF, B1 and 16. RGB value is (223,177,22). Sum of RGB (Red+Green+Blue) = 223+177+22=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB116 is #204EE9. Grayscale: #ADADAD. Windows color (decimal): -2117354 or 1487327. OLE color: 1487327.
HSL color Cylindrical-coordinate representation of color #DFB116: hue angle of 46.27º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DFB116 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 22 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.13 |
| HSL | 46.27º | 0.82% | 0.48% | - |
| HSV(B) | 46.27º | 0.9% | 0.87% | - |
| XYZ | 46.3 | 47.19 | 7.43 | - |
| YUV | 173.08 | 42.74 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 22 | 0 | 0.21 | 0.90 | 0.13 | 46.27 | 0.82 | 0.48 |
| Hex | DF | B1 | 16 | 0 | 15 | 5A | D | 2E | 52 | 30 |
| Octal | 337 | 261 | 26 | 0 | 25 | 132 | 15 | 56 | 122 | 60 |
| Binary | 11011111 | 10110001 | 10110 | 0 | 10101 | 1011010 | 1101 | 101110 | 1010010 | 110000 |
Color Harmonies of #DFB116
Complementary color
Monochromatic Colors of #DFB116
Black with #DFB116
Text Example
Text Example
White with #DFB116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB116; }
p { color: rgb(223,177,22); }
H1.HeaderClassName
{
color: #DFB116;
}
.AnyTagClassName
{
color: #DFB116;
}
</style>
background-color css
<style>
a { background-color: #DFB116; }
a { background-color: rgb(223,177,22); }
div.DivClassName
{
background-color: #DFB116;
}
.BgClassName
{
background-color: #DFB116;
}
</style>
border-color css
<style>
span { border-color: #DFB116; }
span { border-color: rgb(223,177,22); }
td.TdClassName
{
border-color: #DFB116;
}
.TagClassName
{
border-color: #DFB116;
}
</style>