Shades of Gold Tips #DFB72D
Tints of Gold Tips #DFB72D
RGB
CMYK
RGB Variations
Color information
#DFB72D (or 0xDFB72D) is known color: Gold Tips. HEX triplet: DF, B7 and 2D. RGB value is (223,183,45). Sum of RGB (Red+Green+Blue) = 223+183+45=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 45 (17.97% from 255 or 9.98% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB72D is #2048D2. Grayscale: #B3B3B3. Windows color (decimal): -2115795 or 2996191. OLE color: 2996191.
HSL color Cylindrical-coordinate representation of color #DFB72D: hue angle of 46.52º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFB72D is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 45 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.13 |
| HSL | 46.52º | 0.74% | 0.53% | - |
| HSV(B) | 46.52º | 0.8% | 0.87% | - |
| XYZ | 47.84 | 49.74 | 9.56 | - |
| YUV | 179.23 | 52.25 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 45 | 0 | 0.18 | 0.80 | 0.13 | 46.52 | 0.74 | 0.53 |
| Hex | DF | B7 | 2D | 0 | 12 | 50 | D | 2F | 4A | 35 |
| Octal | 337 | 267 | 55 | 0 | 22 | 120 | 15 | 57 | 112 | 65 |
| Binary | 11011111 | 10110111 | 101101 | 0 | 10010 | 1010000 | 1101 | 101111 | 1001010 | 110101 |
Color Harmonies of #DFB72D
Complementary color
Monochromatic Colors of #DFB72D
Black with #DFB72D
Text Example
Text Example
White with #DFB72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB72D; }
p { color: rgb(223,183,45); }
H1.HeaderClassName
{
color: #DFB72D;
}
.AnyTagClassName
{
color: #DFB72D;
}
</style>
background-color css
<style>
a { background-color: #DFB72D; }
a { background-color: rgb(223,183,45); }
div.DivClassName
{
background-color: #DFB72D;
}
.BgClassName
{
background-color: #DFB72D;
}
</style>
border-color css
<style>
span { border-color: #DFB72D; }
span { border-color: rgb(223,183,45); }
td.TdClassName
{
border-color: #DFB72D;
}
.TagClassName
{
border-color: #DFB72D;
}
</style>