Shades of Gold Tips #DFB722
Tints of Gold Tips #DFB722
RGB
CMYK
RGB Variations
Color information
#DFB722 (or 0xDFB722) is known color: Gold Tips. HEX triplet: DF, B7 and 22. RGB value is (223,183,34). Sum of RGB (Red+Green+Blue) = 223+183+34=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 34 (13.67% from 255 or 7.73% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB722 is #2048DD. Grayscale: #B2B2B2. Windows color (decimal): -2115806 or 2275295. OLE color: 2275295.
HSL color Cylindrical-coordinate representation of color #DFB722: hue angle of 47.3º 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 #DFB722 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 34 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.13 |
| HSL | 47.3º | 0.75% | 0.5% | - |
| HSV(B) | 47.3º | 0.85% | 0.87% | - |
| XYZ | 47.65 | 49.67 | 8.59 | - |
| YUV | 177.97 | 46.75 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 34 | 0 | 0.18 | 0.85 | 0.13 | 47.3 | 0.75 | 0.5 |
| Hex | DF | B7 | 22 | 0 | 12 | 55 | D | 2F | 4B | 32 |
| Octal | 337 | 267 | 42 | 0 | 22 | 125 | 15 | 57 | 113 | 62 |
| Binary | 11011111 | 10110111 | 100010 | 0 | 10010 | 1010101 | 1101 | 101111 | 1001011 | 110010 |
Color Harmonies of #DFB722
Complementary color
Monochromatic Colors of #DFB722
Black with #DFB722
Text Example
Text Example
White with #DFB722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB722; }
p { color: rgb(223,183,34); }
H1.HeaderClassName
{
color: #DFB722;
}
.AnyTagClassName
{
color: #DFB722;
}
</style>
background-color css
<style>
a { background-color: #DFB722; }
a { background-color: rgb(223,183,34); }
div.DivClassName
{
background-color: #DFB722;
}
.BgClassName
{
background-color: #DFB722;
}
</style>
border-color css
<style>
span { border-color: #DFB722; }
span { border-color: rgb(223,183,34); }
td.TdClassName
{
border-color: #DFB722;
}
.TagClassName
{
border-color: #DFB722;
}
</style>