Shades of Gold Tips #DFB52F
Tints of Gold Tips #DFB52F
RGB
CMYK
RGB Variations
Color information
#DFB52F (or 0xDFB52F) is known color: Gold Tips. HEX triplet: DF, B5 and 2F. RGB value is (223,181,47). Sum of RGB (Red+Green+Blue) = 223+181+47=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB52F is #204AD0. Grayscale: #B2B2B2. Windows color (decimal): -2116305 or 3126751. OLE color: 3126751.
HSL color Cylindrical-coordinate representation of color #DFB52F: hue angle of 45.68º 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 #DFB52F is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 47 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.13 |
| HSL | 45.68º | 0.73% | 0.53% | - |
| HSV(B) | 45.68º | 0.79% | 0.87% | - |
| XYZ | 47.47 | 48.94 | 9.63 | - |
| YUV | 178.28 | 53.91 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 47 | 0 | 0.19 | 0.79 | 0.13 | 45.68 | 0.73 | 0.53 |
| Hex | DF | B5 | 2F | 0 | 13 | 4F | D | 2E | 49 | 35 |
| Octal | 337 | 265 | 57 | 0 | 23 | 117 | 15 | 56 | 111 | 65 |
| Binary | 11011111 | 10110101 | 101111 | 0 | 10011 | 1001111 | 1101 | 101110 | 1001001 | 110101 |
Color Harmonies of #DFB52F
Complementary color
Monochromatic Colors of #DFB52F
Black with #DFB52F
Text Example
Text Example
White with #DFB52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB52F; }
p { color: rgb(223,181,47); }
H1.HeaderClassName
{
color: #DFB52F;
}
.AnyTagClassName
{
color: #DFB52F;
}
</style>
background-color css
<style>
a { background-color: #DFB52F; }
a { background-color: rgb(223,181,47); }
div.DivClassName
{
background-color: #DFB52F;
}
.BgClassName
{
background-color: #DFB52F;
}
</style>
border-color css
<style>
span { border-color: #DFB52F; }
span { border-color: rgb(223,181,47); }
td.TdClassName
{
border-color: #DFB52F;
}
.TagClassName
{
border-color: #DFB52F;
}
</style>