Shades of Gold Tips #DFB117
Tints of Gold Tips #DFB117
RGB
CMYK
RGB Variations
Color information
#DFB117 (or 0xDFB117) is known color: Gold Tips. HEX triplet: DF, B1 and 17. RGB value is (223,177,23). Sum of RGB (Red+Green+Blue) = 223+177+23=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 23 (9.38% from 255 or 5.44% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB117 is #204EE8. Grayscale: #ADADAD. Windows color (decimal): -2117353 or 1552863. OLE color: 1552863.
HSL color Cylindrical-coordinate representation of color #DFB117: hue angle of 46.2º degrees, saturation: 0.81, 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 #DFB117 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 23 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.13 |
| HSL | 46.2º | 0.81% | 0.48% | - |
| HSV(B) | 46.2º | 0.9% | 0.87% | - |
| XYZ | 46.31 | 47.19 | 7.48 | - |
| YUV | 173.2 | 43.24 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 23 | 0 | 0.21 | 0.90 | 0.13 | 46.2 | 0.81 | 0.48 |
| Hex | DF | B1 | 17 | 0 | 15 | 5A | D | 2E | 51 | 30 |
| Octal | 337 | 261 | 27 | 0 | 25 | 132 | 15 | 56 | 121 | 60 |
| Binary | 11011111 | 10110001 | 10111 | 0 | 10101 | 1011010 | 1101 | 101110 | 1010001 | 110000 |
Color Harmonies of #DFB117
Complementary color
Monochromatic Colors of #DFB117
Black with #DFB117
Text Example
Text Example
White with #DFB117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB117; }
p { color: rgb(223,177,23); }
H1.HeaderClassName
{
color: #DFB117;
}
.AnyTagClassName
{
color: #DFB117;
}
</style>
background-color css
<style>
a { background-color: #DFB117; }
a { background-color: rgb(223,177,23); }
div.DivClassName
{
background-color: #DFB117;
}
.BgClassName
{
background-color: #DFB117;
}
</style>
border-color css
<style>
span { border-color: #DFB117; }
span { border-color: rgb(223,177,23); }
td.TdClassName
{
border-color: #DFB117;
}
.TagClassName
{
border-color: #DFB117;
}
</style>