Shades of Gold Tips #DFB124
Tints of Gold Tips #DFB124
RGB
CMYK
RGB Variations
Color information
#DFB124 (or 0xDFB124) is known color: Gold Tips. HEX triplet: DF, B1 and 24. RGB value is (223,177,36). Sum of RGB (Red+Green+Blue) = 223+177+36=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 36 (14.45% from 255 or 8.26% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB124 is #204EDB. Grayscale: #AFAFAF. Windows color (decimal): -2117340 or 2404831. OLE color: 2404831.
HSL color Cylindrical-coordinate representation of color #DFB124: hue angle of 45.24º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFB124 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 36 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.13 |
| HSL | 45.24º | 0.75% | 0.51% | - |
| HSV(B) | 45.24º | 0.84% | 0.87% | - |
| XYZ | 46.47 | 47.26 | 8.34 | - |
| YUV | 174.68 | 49.74 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 36 | 0 | 0.21 | 0.84 | 0.13 | 45.24 | 0.75 | 0.51 |
| Hex | DF | B1 | 24 | 0 | 15 | 54 | D | 2D | 4B | 33 |
| Octal | 337 | 261 | 44 | 0 | 25 | 124 | 15 | 55 | 113 | 63 |
| Binary | 11011111 | 10110001 | 100100 | 0 | 10101 | 1010100 | 1101 | 101101 | 1001011 | 110011 |
Color Harmonies of #DFB124
Complementary color
Monochromatic Colors of #DFB124
Black with #DFB124
Text Example
Text Example
White with #DFB124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB124; }
p { color: rgb(223,177,36); }
H1.HeaderClassName
{
color: #DFB124;
}
.AnyTagClassName
{
color: #DFB124;
}
</style>
background-color css
<style>
a { background-color: #DFB124; }
a { background-color: rgb(223,177,36); }
div.DivClassName
{
background-color: #DFB124;
}
.BgClassName
{
background-color: #DFB124;
}
</style>
border-color css
<style>
span { border-color: #DFB124; }
span { border-color: rgb(223,177,36); }
td.TdClassName
{
border-color: #DFB124;
}
.TagClassName
{
border-color: #DFB124;
}
</style>