Shades of Gold Tips #DFB52C
Tints of Gold Tips #DFB52C
RGB
CMYK
RGB Variations
Color information
#DFB52C (or 0xDFB52C) is known color: Gold Tips. HEX triplet: DF, B5 and 2C. RGB value is (223,181,44). Sum of RGB (Red+Green+Blue) = 223+181+44=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 44 (17.58% from 255 or 9.82% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB52C is #204AD3. Grayscale: #B2B2B2. Windows color (decimal): -2116308 or 2930143. OLE color: 2930143.
HSL color Cylindrical-coordinate representation of color #DFB52C: hue angle of 45.92º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFB52C is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 44 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.13 |
| HSL | 45.92º | 0.74% | 0.52% | - |
| HSV(B) | 45.92º | 0.8% | 0.87% | - |
| XYZ | 47.41 | 48.92 | 9.33 | - |
| YUV | 177.94 | 52.41 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 44 | 0 | 0.19 | 0.80 | 0.13 | 45.92 | 0.74 | 0.52 |
| Hex | DF | B5 | 2C | 0 | 13 | 50 | D | 2E | 4A | 34 |
| Octal | 337 | 265 | 54 | 0 | 23 | 120 | 15 | 56 | 112 | 64 |
| Binary | 11011111 | 10110101 | 101100 | 0 | 10011 | 1010000 | 1101 | 101110 | 1001010 | 110100 |
Color Harmonies of #DFB52C
Complementary color
Monochromatic Colors of #DFB52C
Black with #DFB52C
Text Example
Text Example
White with #DFB52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB52C; }
p { color: rgb(223,181,44); }
H1.HeaderClassName
{
color: #DFB52C;
}
.AnyTagClassName
{
color: #DFB52C;
}
</style>
background-color css
<style>
a { background-color: #DFB52C; }
a { background-color: rgb(223,181,44); }
div.DivClassName
{
background-color: #DFB52C;
}
.BgClassName
{
background-color: #DFB52C;
}
</style>
border-color css
<style>
span { border-color: #DFB52C; }
span { border-color: rgb(223,181,44); }
td.TdClassName
{
border-color: #DFB52C;
}
.TagClassName
{
border-color: #DFB52C;
}
</style>