Shades of Gold Tips #DFB224
Tints of Gold Tips #DFB224
RGB
CMYK
RGB Variations
Color information
#DFB224 (or 0xDFB224) is known color: Gold Tips. HEX triplet: DF, B2 and 24. RGB value is (223,178,36). Sum of RGB (Red+Green+Blue) = 223+178+36=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 36 (14.45% from 255 or 8.24% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB224 is #204DDB. Grayscale: #AFAFAF. Windows color (decimal): -2117084 or 2405087. OLE color: 2405087.
HSL color Cylindrical-coordinate representation of color #DFB224: hue angle of 45.56º 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 #DFB224 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 36 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.13 |
| HSL | 45.56º | 0.75% | 0.51% | - |
| HSV(B) | 45.56º | 0.84% | 0.87% | - |
| XYZ | 46.67 | 47.66 | 8.41 | - |
| YUV | 175.27 | 49.41 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 36 | 0 | 0.20 | 0.84 | 0.13 | 45.56 | 0.75 | 0.51 |
| Hex | DF | B2 | 24 | 0 | 14 | 54 | D | 2E | 4B | 33 |
| Octal | 337 | 262 | 44 | 0 | 24 | 124 | 15 | 56 | 113 | 63 |
| Binary | 11011111 | 10110010 | 100100 | 0 | 10100 | 1010100 | 1101 | 101110 | 1001011 | 110011 |
Color Harmonies of #DFB224
Complementary color
Monochromatic Colors of #DFB224
Black with #DFB224
Text Example
Text Example
White with #DFB224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB224; }
p { color: rgb(223,178,36); }
H1.HeaderClassName
{
color: #DFB224;
}
.AnyTagClassName
{
color: #DFB224;
}
</style>
background-color css
<style>
a { background-color: #DFB224; }
a { background-color: rgb(223,178,36); }
div.DivClassName
{
background-color: #DFB224;
}
.BgClassName
{
background-color: #DFB224;
}
</style>
border-color css
<style>
span { border-color: #DFB224; }
span { border-color: rgb(223,178,36); }
td.TdClassName
{
border-color: #DFB224;
}
.TagClassName
{
border-color: #DFB224;
}
</style>