Shades of Gold Tips #DFB020
Tints of Gold Tips #DFB020
RGB
CMYK
RGB Variations
Color information
#DFB020 (or 0xDFB020) is known color: Gold Tips. HEX triplet: DF, B0 and 20. RGB value is (223,176,32). Sum of RGB (Red+Green+Blue) = 223+176+32=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB020 is #204FDF. Grayscale: #AEAEAE. Windows color (decimal): -2117600 or 2142431. OLE color: 2142431.
HSL color Cylindrical-coordinate representation of color #DFB020: hue angle of 45.24º 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 #DFB020 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 32 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.13 |
| HSL | 45.24º | 0.75% | 0.5% | - |
| HSV(B) | 45.24º | 0.86% | 0.87% | - |
| XYZ | 46.22 | 46.84 | 7.97 | - |
| YUV | 173.64 | 48.07 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 32 | 0 | 0.21 | 0.86 | 0.13 | 45.24 | 0.75 | 0.5 |
| Hex | DF | B0 | 20 | 0 | 15 | 56 | D | 2D | 4B | 32 |
| Octal | 337 | 260 | 40 | 0 | 25 | 126 | 15 | 55 | 113 | 62 |
| Binary | 11011111 | 10110000 | 100000 | 0 | 10101 | 1010110 | 1101 | 101101 | 1001011 | 110010 |
Color Harmonies of #DFB020
Complementary color
Monochromatic Colors of #DFB020
Black with #DFB020
Text Example
Text Example
White with #DFB020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB020; }
p { color: rgb(223,176,32); }
H1.HeaderClassName
{
color: #DFB020;
}
.AnyTagClassName
{
color: #DFB020;
}
</style>
background-color css
<style>
a { background-color: #DFB020; }
a { background-color: rgb(223,176,32); }
div.DivClassName
{
background-color: #DFB020;
}
.BgClassName
{
background-color: #DFB020;
}
</style>
border-color css
<style>
span { border-color: #DFB020; }
span { border-color: rgb(223,176,32); }
td.TdClassName
{
border-color: #DFB020;
}
.TagClassName
{
border-color: #DFB020;
}
</style>