Shades of Gold Tips #DFB521
Tints of Gold Tips #DFB521
RGB
CMYK
RGB Variations
Color information
#DFB521 (or 0xDFB521) is known color: Gold Tips. HEX triplet: DF, B5 and 21. RGB value is (223,181,33). Sum of RGB (Red+Green+Blue) = 223+181+33=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB521 is #204ADE. Grayscale: #B1B1B1. Windows color (decimal): -2116319 or 2209247. OLE color: 2209247.
HSL color Cylindrical-coordinate representation of color #DFB521: hue angle of 46.74º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFB521 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 33 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.13 |
| HSL | 46.74º | 0.75% | 0.5% | - |
| HSV(B) | 46.74º | 0.85% | 0.87% | - |
| XYZ | 47.23 | 48.85 | 8.38 | - |
| YUV | 176.69 | 46.91 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 33 | 0 | 0.19 | 0.85 | 0.13 | 46.74 | 0.75 | 0.5 |
| Hex | DF | B5 | 21 | 0 | 13 | 55 | D | 2F | 4B | 32 |
| Octal | 337 | 265 | 41 | 0 | 23 | 125 | 15 | 57 | 113 | 62 |
| Binary | 11011111 | 10110101 | 100001 | 0 | 10011 | 1010101 | 1101 | 101111 | 1001011 | 110010 |
Color Harmonies of #DFB521
Complementary color
Monochromatic Colors of #DFB521
Black with #DFB521
Text Example
Text Example
White with #DFB521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB521; }
p { color: rgb(223,181,33); }
H1.HeaderClassName
{
color: #DFB521;
}
.AnyTagClassName
{
color: #DFB521;
}
</style>
background-color css
<style>
a { background-color: #DFB521; }
a { background-color: rgb(223,181,33); }
div.DivClassName
{
background-color: #DFB521;
}
.BgClassName
{
background-color: #DFB521;
}
</style>
border-color css
<style>
span { border-color: #DFB521; }
span { border-color: rgb(223,181,33); }
td.TdClassName
{
border-color: #DFB521;
}
.TagClassName
{
border-color: #DFB521;
}
</style>