Shades of Gold Tips #DFB82C
Tints of Gold Tips #DFB82C
RGB
CMYK
RGB Variations
Color information
#DFB82C (or 0xDFB82C) is known color: Gold Tips. HEX triplet: DF, B8 and 2C. RGB value is (223,184,44). Sum of RGB (Red+Green+Blue) = 223+184+44=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 44 (17.58% from 255 or 9.76% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB82C is #2047D3. Grayscale: #B4B4B4. Windows color (decimal): -2115540 or 2930911. OLE color: 2930911.
HSL color Cylindrical-coordinate representation of color #DFB82C: hue angle of 46.93º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFB82C is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 44 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.13 |
| HSL | 46.93º | 0.74% | 0.52% | - |
| HSV(B) | 46.93º | 0.8% | 0.87% | - |
| XYZ | 48.03 | 50.15 | 9.53 | - |
| YUV | 179.7 | 51.42 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 44 | 0 | 0.17 | 0.80 | 0.13 | 46.93 | 0.74 | 0.52 |
| Hex | DF | B8 | 2C | 0 | 11 | 50 | D | 2F | 4A | 34 |
| Octal | 337 | 270 | 54 | 0 | 21 | 120 | 15 | 57 | 112 | 64 |
| Binary | 11011111 | 10111000 | 101100 | 0 | 10001 | 1010000 | 1101 | 101111 | 1001010 | 110100 |
Color Harmonies of #DFB82C
Complementary color
Monochromatic Colors of #DFB82C
Black with #DFB82C
Text Example
Text Example
White with #DFB82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB82C; }
p { color: rgb(223,184,44); }
H1.HeaderClassName
{
color: #DFB82C;
}
.AnyTagClassName
{
color: #DFB82C;
}
</style>
background-color css
<style>
a { background-color: #DFB82C; }
a { background-color: rgb(223,184,44); }
div.DivClassName
{
background-color: #DFB82C;
}
.BgClassName
{
background-color: #DFB82C;
}
</style>
border-color css
<style>
span { border-color: #DFB82C; }
span { border-color: rgb(223,184,44); }
td.TdClassName
{
border-color: #DFB82C;
}
.TagClassName
{
border-color: #DFB82C;
}
</style>