Shades of Gold Tips #DFB71E
Tints of Gold Tips #DFB71E
RGB
CMYK
RGB Variations
Color information
#DFB71E (or 0xDFB71E) is known color: Gold Tips. HEX triplet: DF, B7 and 1E. RGB value is (223,183,30). Sum of RGB (Red+Green+Blue) = 223+183+30=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 30 (12.11% from 255 or 6.88% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB71E is #2048E1. Grayscale: #B2B2B2. Windows color (decimal): -2115810 or 2013151. OLE color: 2013151.
HSL color Cylindrical-coordinate representation of color #DFB71E: hue angle of 47.56º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFB71E is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 30 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.13 |
| HSL | 47.56º | 0.76% | 0.5% | - |
| HSV(B) | 47.56º | 0.87% | 0.87% | - |
| XYZ | 47.6 | 49.65 | 8.3 | - |
| YUV | 177.52 | 44.75 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 30 | 0 | 0.18 | 0.87 | 0.13 | 47.56 | 0.76 | 0.5 |
| Hex | DF | B7 | 1E | 0 | 12 | 57 | D | 30 | 4C | 32 |
| Octal | 337 | 267 | 36 | 0 | 22 | 127 | 15 | 60 | 114 | 62 |
| Binary | 11011111 | 10110111 | 11110 | 0 | 10010 | 1010111 | 1101 | 110000 | 1001100 | 110010 |
Color Harmonies of #DFB71E
Complementary color
Monochromatic Colors of #DFB71E
Black with #DFB71E
Text Example
Text Example
White with #DFB71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB71E; }
p { color: rgb(223,183,30); }
H1.HeaderClassName
{
color: #DFB71E;
}
.AnyTagClassName
{
color: #DFB71E;
}
</style>
background-color css
<style>
a { background-color: #DFB71E; }
a { background-color: rgb(223,183,30); }
div.DivClassName
{
background-color: #DFB71E;
}
.BgClassName
{
background-color: #DFB71E;
}
</style>
border-color css
<style>
span { border-color: #DFB71E; }
span { border-color: rgb(223,183,30); }
td.TdClassName
{
border-color: #DFB71E;
}
.TagClassName
{
border-color: #DFB71E;
}
</style>