Shades of Gold Tips #DFB528
Tints of Gold Tips #DFB528
RGB
CMYK
RGB Variations
Color information
#DFB528 (or 0xDFB528) is known color: Gold Tips. HEX triplet: DF, B5 and 28. RGB value is (223,181,40). Sum of RGB (Red+Green+Blue) = 223+181+40=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 40 (16.02% from 255 or 9.01% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB528 is #204AD7. Grayscale: #B2B2B2. Windows color (decimal): -2116312 or 2667999. OLE color: 2667999.
HSL color Cylindrical-coordinate representation of color #DFB528: hue angle of 46.23º 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 #DFB528 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 40 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.13 |
| HSL | 46.23º | 0.74% | 0.52% | - |
| HSV(B) | 46.23º | 0.82% | 0.87% | - |
| XYZ | 47.34 | 48.89 | 8.95 | - |
| YUV | 177.48 | 50.41 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 40 | 0 | 0.19 | 0.82 | 0.13 | 46.23 | 0.74 | 0.52 |
| Hex | DF | B5 | 28 | 0 | 13 | 52 | D | 2E | 4A | 34 |
| Octal | 337 | 265 | 50 | 0 | 23 | 122 | 15 | 56 | 112 | 64 |
| Binary | 11011111 | 10110101 | 101000 | 0 | 10011 | 1010010 | 1101 | 101110 | 1001010 | 110100 |
Color Harmonies of #DFB528
Complementary color
Monochromatic Colors of #DFB528
Black with #DFB528
Text Example
Text Example
White with #DFB528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB528; }
p { color: rgb(223,181,40); }
H1.HeaderClassName
{
color: #DFB528;
}
.AnyTagClassName
{
color: #DFB528;
}
</style>
background-color css
<style>
a { background-color: #DFB528; }
a { background-color: rgb(223,181,40); }
div.DivClassName
{
background-color: #DFB528;
}
.BgClassName
{
background-color: #DFB528;
}
</style>
border-color css
<style>
span { border-color: #DFB528; }
span { border-color: rgb(223,181,40); }
td.TdClassName
{
border-color: #DFB528;
}
.TagClassName
{
border-color: #DFB528;
}
</style>