Shades of Gold Tips #DFB028
Tints of Gold Tips #DFB028
RGB
CMYK
RGB Variations
Color information
#DFB028 (or 0xDFB028) is known color: Gold Tips. HEX triplet: DF, B0 and 28. RGB value is (223,176,40). Sum of RGB (Red+Green+Blue) = 223+176+40=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 40 (16.02% from 255 or 9.11% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB028 is #204FD7. Grayscale: #AFAFAF. Windows color (decimal): -2117592 or 2666719. OLE color: 2666719.
HSL color Cylindrical-coordinate representation of color #DFB028: hue angle of 44.59º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFB028 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 40 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.13 |
| HSL | 44.59º | 0.74% | 0.52% | - |
| HSV(B) | 44.59º | 0.82% | 0.87% | - |
| XYZ | 46.34 | 46.89 | 8.62 | - |
| YUV | 174.55 | 52.07 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 40 | 0 | 0.21 | 0.82 | 0.13 | 44.59 | 0.74 | 0.52 |
| Hex | DF | B0 | 28 | 0 | 15 | 52 | D | 2D | 4A | 34 |
| Octal | 337 | 260 | 50 | 0 | 25 | 122 | 15 | 55 | 112 | 64 |
| Binary | 11011111 | 10110000 | 101000 | 0 | 10101 | 1010010 | 1101 | 101101 | 1001010 | 110100 |
Color Harmonies of #DFB028
Complementary color
Monochromatic Colors of #DFB028
Black with #DFB028
Text Example
Text Example
White with #DFB028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB028; }
p { color: rgb(223,176,40); }
H1.HeaderClassName
{
color: #DFB028;
}
.AnyTagClassName
{
color: #DFB028;
}
</style>
background-color css
<style>
a { background-color: #DFB028; }
a { background-color: rgb(223,176,40); }
div.DivClassName
{
background-color: #DFB028;
}
.BgClassName
{
background-color: #DFB028;
}
</style>
border-color css
<style>
span { border-color: #DFB028; }
span { border-color: rgb(223,176,40); }
td.TdClassName
{
border-color: #DFB028;
}
.TagClassName
{
border-color: #DFB028;
}
</style>