Shades of Gold Tips #DFB31E
Tints of Gold Tips #DFB31E
RGB
CMYK
RGB Variations
Color information
#DFB31E (or 0xDFB31E) is known color: Gold Tips. HEX triplet: DF, B3 and 1E. RGB value is (223,179,30). Sum of RGB (Red+Green+Blue) = 223+179+30=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB31E is #204CE1. Grayscale: #AFAFAF. Windows color (decimal): -2116834 or 2012127. OLE color: 2012127.
HSL color Cylindrical-coordinate representation of color #DFB31E: hue angle of 46.32º 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 #DFB31E is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 30 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.13 |
| HSL | 46.32º | 0.76% | 0.5% | - |
| HSV(B) | 46.32º | 0.87% | 0.87% | - |
| XYZ | 46.79 | 48.02 | 8.03 | - |
| YUV | 175.17 | 46.08 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 30 | 0 | 0.20 | 0.87 | 0.13 | 46.32 | 0.76 | 0.5 |
| Hex | DF | B3 | 1E | 0 | 14 | 57 | D | 2E | 4C | 32 |
| Octal | 337 | 263 | 36 | 0 | 24 | 127 | 15 | 56 | 114 | 62 |
| Binary | 11011111 | 10110011 | 11110 | 0 | 10100 | 1010111 | 1101 | 101110 | 1001100 | 110010 |
Color Harmonies of #DFB31E
Complementary color
Monochromatic Colors of #DFB31E
Black with #DFB31E
Text Example
Text Example
White with #DFB31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB31E; }
p { color: rgb(223,179,30); }
H1.HeaderClassName
{
color: #DFB31E;
}
.AnyTagClassName
{
color: #DFB31E;
}
</style>
background-color css
<style>
a { background-color: #DFB31E; }
a { background-color: rgb(223,179,30); }
div.DivClassName
{
background-color: #DFB31E;
}
.BgClassName
{
background-color: #DFB31E;
}
</style>
border-color css
<style>
span { border-color: #DFB31E; }
span { border-color: rgb(223,179,30); }
td.TdClassName
{
border-color: #DFB31E;
}
.TagClassName
{
border-color: #DFB31E;
}
</style>