Shades of Gold Tips #DFB223
Tints of Gold Tips #DFB223
RGB
CMYK
RGB Variations
Color information
#DFB223 (or 0xDFB223) is known color: Gold Tips. HEX triplet: DF, B2 and 23. RGB value is (223,178,35). Sum of RGB (Red+Green+Blue) = 223+178+35=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 35 (14.06% from 255 or 8.03% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB223 is #204DDC. Grayscale: #AFAFAF. Windows color (decimal): -2117085 or 2339551. OLE color: 2339551.
HSL color Cylindrical-coordinate representation of color #DFB223: hue angle of 45.64º 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 #DFB223 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 35 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.13 |
| HSL | 45.64º | 0.75% | 0.51% | - |
| HSV(B) | 45.64º | 0.84% | 0.87% | - |
| XYZ | 46.66 | 47.65 | 8.33 | - |
| YUV | 175.15 | 48.91 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 35 | 0 | 0.20 | 0.84 | 0.13 | 45.64 | 0.75 | 0.51 |
| Hex | DF | B2 | 23 | 0 | 14 | 54 | D | 2E | 4B | 33 |
| Octal | 337 | 262 | 43 | 0 | 24 | 124 | 15 | 56 | 113 | 63 |
| Binary | 11011111 | 10110010 | 100011 | 0 | 10100 | 1010100 | 1101 | 101110 | 1001011 | 110011 |
Color Harmonies of #DFB223
Complementary color
Monochromatic Colors of #DFB223
Black with #DFB223
Text Example
Text Example
White with #DFB223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB223; }
p { color: rgb(223,178,35); }
H1.HeaderClassName
{
color: #DFB223;
}
.AnyTagClassName
{
color: #DFB223;
}
</style>
background-color css
<style>
a { background-color: #DFB223; }
a { background-color: rgb(223,178,35); }
div.DivClassName
{
background-color: #DFB223;
}
.BgClassName
{
background-color: #DFB223;
}
</style>
border-color css
<style>
span { border-color: #DFB223; }
span { border-color: rgb(223,178,35); }
td.TdClassName
{
border-color: #DFB223;
}
.TagClassName
{
border-color: #DFB223;
}
</style>