Shades of Gold Tips #DFB424
Tints of Gold Tips #DFB424
RGB
CMYK
RGB Variations
Color information
#DFB424 (or 0xDFB424) is known color: Gold Tips. HEX triplet: DF, B4 and 24. RGB value is (223,180,36). Sum of RGB (Red+Green+Blue) = 223+180+36=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 36 (14.45% from 255 or 8.20% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB424 is #204BDB. Grayscale: #B1B1B1. Windows color (decimal): -2116572 or 2405599. OLE color: 2405599.
HSL color Cylindrical-coordinate representation of color #DFB424: hue angle of 46.2º 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 #DFB424 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 36 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.13 |
| HSL | 46.2º | 0.75% | 0.51% | - |
| HSV(B) | 46.2º | 0.84% | 0.87% | - |
| XYZ | 47.07 | 48.46 | 8.54 | - |
| YUV | 176.44 | 48.75 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 36 | 0 | 0.19 | 0.84 | 0.13 | 46.2 | 0.75 | 0.51 |
| Hex | DF | B4 | 24 | 0 | 13 | 54 | D | 2E | 4B | 33 |
| Octal | 337 | 264 | 44 | 0 | 23 | 124 | 15 | 56 | 113 | 63 |
| Binary | 11011111 | 10110100 | 100100 | 0 | 10011 | 1010100 | 1101 | 101110 | 1001011 | 110011 |
Color Harmonies of #DFB424
Complementary color
Monochromatic Colors of #DFB424
Black with #DFB424
Text Example
Text Example
White with #DFB424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB424; }
p { color: rgb(223,180,36); }
H1.HeaderClassName
{
color: #DFB424;
}
.AnyTagClassName
{
color: #DFB424;
}
</style>
background-color css
<style>
a { background-color: #DFB424; }
a { background-color: rgb(223,180,36); }
div.DivClassName
{
background-color: #DFB424;
}
.BgClassName
{
background-color: #DFB424;
}
</style>
border-color css
<style>
span { border-color: #DFB424; }
span { border-color: rgb(223,180,36); }
td.TdClassName
{
border-color: #DFB424;
}
.TagClassName
{
border-color: #DFB424;
}
</style>