Shades of Gold Tips #DFB32F
Tints of Gold Tips #DFB32F
RGB
CMYK
RGB Variations
Color information
#DFB32F (or 0xDFB32F) is known color: Gold Tips. HEX triplet: DF, B3 and 2F. RGB value is (223,179,47). Sum of RGB (Red+Green+Blue) = 223+179+47=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB32F is #204CD0. Grayscale: #B1B1B1. Windows color (decimal): -2116817 or 3126239. OLE color: 3126239.
HSL color Cylindrical-coordinate representation of color #DFB32F: hue angle of 45º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFB32F is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 47 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.13 |
| HSL | 45º | 0.73% | 0.53% | - |
| HSV(B) | 45º | 0.79% | 0.87% | - |
| XYZ | 47.06 | 48.13 | 9.5 | - |
| YUV | 177.11 | 54.58 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 47 | 0 | 0.20 | 0.79 | 0.13 | 45 | 0.73 | 0.53 |
| Hex | DF | B3 | 2F | 0 | 14 | 4F | D | 2D | 49 | 35 |
| Octal | 337 | 263 | 57 | 0 | 24 | 117 | 15 | 55 | 111 | 65 |
| Binary | 11011111 | 10110011 | 101111 | 0 | 10100 | 1001111 | 1101 | 101101 | 1001001 | 110101 |
Color Harmonies of #DFB32F
Complementary color
Monochromatic Colors of #DFB32F
Black with #DFB32F
Text Example
Text Example
White with #DFB32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB32F; }
p { color: rgb(223,179,47); }
H1.HeaderClassName
{
color: #DFB32F;
}
.AnyTagClassName
{
color: #DFB32F;
}
</style>
background-color css
<style>
a { background-color: #DFB32F; }
a { background-color: rgb(223,179,47); }
div.DivClassName
{
background-color: #DFB32F;
}
.BgClassName
{
background-color: #DFB32F;
}
</style>
border-color css
<style>
span { border-color: #DFB32F; }
span { border-color: rgb(223,179,47); }
td.TdClassName
{
border-color: #DFB32F;
}
.TagClassName
{
border-color: #DFB32F;
}
</style>