Shades of Gold Tips #DFB61F
Tints of Gold Tips #DFB61F
RGB
CMYK
RGB Variations
Color information
#DFB61F (or 0xDFB61F) is known color: Gold Tips. HEX triplet: DF, B6 and 1F. RGB value is (223,182,31). Sum of RGB (Red+Green+Blue) = 223+182+31=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 31 (12.5% from 255 or 7.11% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB61F is #2049E0. Grayscale: #B1B1B1. Windows color (decimal): -2116065 or 2078431. OLE color: 2078431.
HSL color Cylindrical-coordinate representation of color #DFB61F: hue angle of 47.19º 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 #DFB61F is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 31 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.13 |
| HSL | 47.19º | 0.76% | 0.5% | - |
| HSV(B) | 47.19º | 0.86% | 0.87% | - |
| XYZ | 47.41 | 49.24 | 8.3 | - |
| YUV | 177.05 | 45.58 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 31 | 0 | 0.18 | 0.86 | 0.13 | 47.19 | 0.76 | 0.5 |
| Hex | DF | B6 | 1F | 0 | 12 | 56 | D | 2F | 4C | 32 |
| Octal | 337 | 266 | 37 | 0 | 22 | 126 | 15 | 57 | 114 | 62 |
| Binary | 11011111 | 10110110 | 11111 | 0 | 10010 | 1010110 | 1101 | 101111 | 1001100 | 110010 |
Color Harmonies of #DFB61F
Complementary color
Monochromatic Colors of #DFB61F
Black with #DFB61F
Text Example
Text Example
White with #DFB61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB61F; }
p { color: rgb(223,182,31); }
H1.HeaderClassName
{
color: #DFB61F;
}
.AnyTagClassName
{
color: #DFB61F;
}
</style>
background-color css
<style>
a { background-color: #DFB61F; }
a { background-color: rgb(223,182,31); }
div.DivClassName
{
background-color: #DFB61F;
}
.BgClassName
{
background-color: #DFB61F;
}
</style>
border-color css
<style>
span { border-color: #DFB61F; }
span { border-color: rgb(223,182,31); }
td.TdClassName
{
border-color: #DFB61F;
}
.TagClassName
{
border-color: #DFB61F;
}
</style>