Shades of Gold Tips #DFB72E
Tints of Gold Tips #DFB72E
RGB
CMYK
RGB Variations
Color information
#DFB72E (or 0xDFB72E) is known color: Gold Tips. HEX triplet: DF, B7 and 2E. RGB value is (223,183,46). Sum of RGB (Red+Green+Blue) = 223+183+46=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 46 (18.36% from 255 or 10.18% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB72E is #2048D1. Grayscale: #B3B3B3. Windows color (decimal): -2115794 or 3061727. OLE color: 3061727.
HSL color Cylindrical-coordinate representation of color #DFB72E: hue angle of 46.44º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFB72E is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 46 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.13 |
| HSL | 46.44º | 0.73% | 0.53% | - |
| HSV(B) | 46.44º | 0.79% | 0.87% | - |
| XYZ | 47.86 | 49.75 | 9.67 | - |
| YUV | 179.34 | 52.75 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 46 | 0 | 0.18 | 0.79 | 0.13 | 46.44 | 0.73 | 0.53 |
| Hex | DF | B7 | 2E | 0 | 12 | 4F | D | 2E | 49 | 35 |
| Octal | 337 | 267 | 56 | 0 | 22 | 117 | 15 | 56 | 111 | 65 |
| Binary | 11011111 | 10110111 | 101110 | 0 | 10010 | 1001111 | 1101 | 101110 | 1001001 | 110101 |
Color Harmonies of #DFB72E
Complementary color
Monochromatic Colors of #DFB72E
Black with #DFB72E
Text Example
Text Example
White with #DFB72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB72E; }
p { color: rgb(223,183,46); }
H1.HeaderClassName
{
color: #DFB72E;
}
.AnyTagClassName
{
color: #DFB72E;
}
</style>
background-color css
<style>
a { background-color: #DFB72E; }
a { background-color: rgb(223,183,46); }
div.DivClassName
{
background-color: #DFB72E;
}
.BgClassName
{
background-color: #DFB72E;
}
</style>
border-color css
<style>
span { border-color: #DFB72E; }
span { border-color: rgb(223,183,46); }
td.TdClassName
{
border-color: #DFB72E;
}
.TagClassName
{
border-color: #DFB72E;
}
</style>