Shades of Gold Tips #DFB51E
Tints of Gold Tips #DFB51E
RGB
CMYK
RGB Variations
Color information
#DFB51E (or 0xDFB51E) is known color: Gold Tips. HEX triplet: DF, B5 and 1E. RGB value is (223,181,30). Sum of RGB (Red+Green+Blue) = 223+181+30=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB51E is #204AE1. Grayscale: #B0B0B0. Windows color (decimal): -2116322 or 2012639. OLE color: 2012639.
HSL color Cylindrical-coordinate representation of color #DFB51E: hue angle of 46.94º 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 #DFB51E is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 30 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.13 |
| HSL | 46.94º | 0.76% | 0.5% | - |
| HSV(B) | 46.94º | 0.87% | 0.87% | - |
| XYZ | 47.19 | 48.83 | 8.17 | - |
| YUV | 176.34 | 45.41 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 30 | 0 | 0.19 | 0.87 | 0.13 | 46.94 | 0.76 | 0.5 |
| Hex | DF | B5 | 1E | 0 | 13 | 57 | D | 2F | 4C | 32 |
| Octal | 337 | 265 | 36 | 0 | 23 | 127 | 15 | 57 | 114 | 62 |
| Binary | 11011111 | 10110101 | 11110 | 0 | 10011 | 1010111 | 1101 | 101111 | 1001100 | 110010 |
Color Harmonies of #DFB51E
Complementary color
Monochromatic Colors of #DFB51E
Black with #DFB51E
Text Example
Text Example
White with #DFB51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB51E; }
p { color: rgb(223,181,30); }
H1.HeaderClassName
{
color: #DFB51E;
}
.AnyTagClassName
{
color: #DFB51E;
}
</style>
background-color css
<style>
a { background-color: #DFB51E; }
a { background-color: rgb(223,181,30); }
div.DivClassName
{
background-color: #DFB51E;
}
.BgClassName
{
background-color: #DFB51E;
}
</style>
border-color css
<style>
span { border-color: #DFB51E; }
span { border-color: rgb(223,181,30); }
td.TdClassName
{
border-color: #DFB51E;
}
.TagClassName
{
border-color: #DFB51E;
}
</style>