Shades of Gold Tips #DFB322
Tints of Gold Tips #DFB322
RGB
CMYK
RGB Variations
Color information
#DFB322 (or 0xDFB322) is known color: Gold Tips. HEX triplet: DF, B3 and 22. RGB value is (223,179,34). Sum of RGB (Red+Green+Blue) = 223+179+34=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 34 (13.67% from 255 or 7.80% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB322 is #204CDD. Grayscale: #B0B0B0. Windows color (decimal): -2116830 or 2274271. OLE color: 2274271.
HSL color Cylindrical-coordinate representation of color #DFB322: hue angle of 46.03º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFB322 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 34 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.13 |
| HSL | 46.03º | 0.75% | 0.5% | - |
| HSV(B) | 46.03º | 0.85% | 0.87% | - |
| XYZ | 46.84 | 48.04 | 8.32 | - |
| YUV | 175.63 | 48.08 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 34 | 0 | 0.20 | 0.85 | 0.13 | 46.03 | 0.75 | 0.5 |
| Hex | DF | B3 | 22 | 0 | 14 | 55 | D | 2E | 4B | 32 |
| Octal | 337 | 263 | 42 | 0 | 24 | 125 | 15 | 56 | 113 | 62 |
| Binary | 11011111 | 10110011 | 100010 | 0 | 10100 | 1010101 | 1101 | 101110 | 1001011 | 110010 |
Color Harmonies of #DFB322
Complementary color
Monochromatic Colors of #DFB322
Black with #DFB322
Text Example
Text Example
White with #DFB322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB322; }
p { color: rgb(223,179,34); }
H1.HeaderClassName
{
color: #DFB322;
}
.AnyTagClassName
{
color: #DFB322;
}
</style>
background-color css
<style>
a { background-color: #DFB322; }
a { background-color: rgb(223,179,34); }
div.DivClassName
{
background-color: #DFB322;
}
.BgClassName
{
background-color: #DFB322;
}
</style>
border-color css
<style>
span { border-color: #DFB322; }
span { border-color: rgb(223,179,34); }
td.TdClassName
{
border-color: #DFB322;
}
.TagClassName
{
border-color: #DFB322;
}
</style>