Shades of Gold Tips #DFB31F
Tints of Gold Tips #DFB31F
RGB
CMYK
RGB Variations
Color information
#DFB31F (or 0xDFB31F) is known color: Gold Tips. HEX triplet: DF, B3 and 1F. RGB value is (223,179,31). Sum of RGB (Red+Green+Blue) = 223+179+31=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB31F is #204CE0. Grayscale: #AFAFAF. Windows color (decimal): -2116833 or 2077663. OLE color: 2077663.
HSL color Cylindrical-coordinate representation of color #DFB31F: hue angle of 46.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFB31F is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 31 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.13 |
| HSL | 46.25º | 0.76% | 0.5% | - |
| HSV(B) | 46.25º | 0.86% | 0.87% | - |
| XYZ | 46.8 | 48.03 | 8.1 | - |
| YUV | 175.28 | 46.58 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 31 | 0 | 0.20 | 0.86 | 0.13 | 46.25 | 0.76 | 0.5 |
| Hex | DF | B3 | 1F | 0 | 14 | 56 | D | 2E | 4C | 32 |
| Octal | 337 | 263 | 37 | 0 | 24 | 126 | 15 | 56 | 114 | 62 |
| Binary | 11011111 | 10110011 | 11111 | 0 | 10100 | 1010110 | 1101 | 101110 | 1001100 | 110010 |
Color Harmonies of #DFB31F
Complementary color
Monochromatic Colors of #DFB31F
Black with #DFB31F
Text Example
Text Example
White with #DFB31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB31F; }
p { color: rgb(223,179,31); }
H1.HeaderClassName
{
color: #DFB31F;
}
.AnyTagClassName
{
color: #DFB31F;
}
</style>
background-color css
<style>
a { background-color: #DFB31F; }
a { background-color: rgb(223,179,31); }
div.DivClassName
{
background-color: #DFB31F;
}
.BgClassName
{
background-color: #DFB31F;
}
</style>
border-color css
<style>
span { border-color: #DFB31F; }
span { border-color: rgb(223,179,31); }
td.TdClassName
{
border-color: #DFB31F;
}
.TagClassName
{
border-color: #DFB31F;
}
</style>