Shades of Gold Tips #DFBC28
Tints of Gold Tips #DFBC28
RGB
CMYK
RGB Variations
Color information
#DFBC28 (or 0xDFBC28) is known color: Gold Tips. HEX triplet: DF, BC and 28. RGB value is (223,188,40). Sum of RGB (Red+Green+Blue) = 223+188+40=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 40 (16.02% from 255 or 8.87% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBC28 is #2043D7. Grayscale: #B6B6B6. Windows color (decimal): -2114520 or 2669791. OLE color: 2669791.
HSL color Cylindrical-coordinate representation of color #DFBC28: hue angle of 48.52º 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 #DFBC28 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 40 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.13 |
| HSL | 48.52º | 0.74% | 0.52% | - |
| HSV(B) | 48.52º | 0.82% | 0.87% | - |
| XYZ | 48.8 | 51.81 | 9.44 | - |
| YUV | 181.59 | 48.1 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 40 | 0 | 0.16 | 0.82 | 0.13 | 48.52 | 0.74 | 0.52 |
| Hex | DF | BC | 28 | 0 | 10 | 52 | D | 31 | 4A | 34 |
| Octal | 337 | 274 | 50 | 0 | 20 | 122 | 15 | 61 | 112 | 64 |
| Binary | 11011111 | 10111100 | 101000 | 0 | 10000 | 1010010 | 1101 | 110001 | 1001010 | 110100 |
Color Harmonies of #DFBC28
Complementary color
Monochromatic Colors of #DFBC28
Black with #DFBC28
Text Example
Text Example
White with #DFBC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC28; }
p { color: rgb(223,188,40); }
H1.HeaderClassName
{
color: #DFBC28;
}
.AnyTagClassName
{
color: #DFBC28;
}
</style>
background-color css
<style>
a { background-color: #DFBC28; }
a { background-color: rgb(223,188,40); }
div.DivClassName
{
background-color: #DFBC28;
}
.BgClassName
{
background-color: #DFBC28;
}
</style>
border-color css
<style>
span { border-color: #DFBC28; }
span { border-color: rgb(223,188,40); }
td.TdClassName
{
border-color: #DFBC28;
}
.TagClassName
{
border-color: #DFBC28;
}
</style>