Shades of Gold Tips #DFB520
Tints of Gold Tips #DFB520
RGB
CMYK
RGB Variations
Color information
#DFB520 (or 0xDFB520) is known color: Gold Tips. HEX triplet: DF, B5 and 20. RGB value is (223,181,32). Sum of RGB (Red+Green+Blue) = 223+181+32=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB520 is #204ADF. Grayscale: #B1B1B1. Windows color (decimal): -2116320 or 2143711. OLE color: 2143711.
HSL color Cylindrical-coordinate representation of color #DFB520: hue angle of 46.81º degrees, saturation: 0.75, 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 #DFB520 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 32 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.13 |
| HSL | 46.81º | 0.75% | 0.5% | - |
| HSV(B) | 46.81º | 0.86% | 0.87% | - |
| XYZ | 47.22 | 48.84 | 8.31 | - |
| YUV | 176.57 | 46.41 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 32 | 0 | 0.19 | 0.86 | 0.13 | 46.81 | 0.75 | 0.5 |
| Hex | DF | B5 | 20 | 0 | 13 | 56 | D | 2F | 4B | 32 |
| Octal | 337 | 265 | 40 | 0 | 23 | 126 | 15 | 57 | 113 | 62 |
| Binary | 11011111 | 10110101 | 100000 | 0 | 10011 | 1010110 | 1101 | 101111 | 1001011 | 110010 |
Color Harmonies of #DFB520
Complementary color
Monochromatic Colors of #DFB520
Black with #DFB520
Text Example
Text Example
White with #DFB520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB520; }
p { color: rgb(223,181,32); }
H1.HeaderClassName
{
color: #DFB520;
}
.AnyTagClassName
{
color: #DFB520;
}
</style>
background-color css
<style>
a { background-color: #DFB520; }
a { background-color: rgb(223,181,32); }
div.DivClassName
{
background-color: #DFB520;
}
.BgClassName
{
background-color: #DFB520;
}
</style>
border-color css
<style>
span { border-color: #DFB520; }
span { border-color: rgb(223,181,32); }
td.TdClassName
{
border-color: #DFB520;
}
.TagClassName
{
border-color: #DFB520;
}
</style>