Shades of Gold Tips #DFB72B
Tints of Gold Tips #DFB72B
RGB
CMYK
RGB Variations
Color information
#DFB72B (or 0xDFB72B) is known color: Gold Tips. HEX triplet: DF, B7 and 2B. RGB value is (223,183,43). Sum of RGB (Red+Green+Blue) = 223+183+43=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 43 (17.19% from 255 or 9.58% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB72B is #2048D4. Grayscale: #B3B3B3. Windows color (decimal): -2115797 or 2865119. OLE color: 2865119.
HSL color Cylindrical-coordinate representation of color #DFB72B: hue angle of 46.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFB72B is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 43 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.13 |
| HSL | 46.67º | 0.74% | 0.52% | - |
| HSV(B) | 46.67º | 0.81% | 0.87% | - |
| XYZ | 47.8 | 49.73 | 9.36 | - |
| YUV | 179 | 51.25 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 43 | 0 | 0.18 | 0.81 | 0.13 | 46.67 | 0.74 | 0.52 |
| Hex | DF | B7 | 2B | 0 | 12 | 51 | D | 2F | 4A | 34 |
| Octal | 337 | 267 | 53 | 0 | 22 | 121 | 15 | 57 | 112 | 64 |
| Binary | 11011111 | 10110111 | 101011 | 0 | 10010 | 1010001 | 1101 | 101111 | 1001010 | 110100 |
Color Harmonies of #DFB72B
Complementary color
Monochromatic Colors of #DFB72B
Black with #DFB72B
Text Example
Text Example
White with #DFB72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB72B; }
p { color: rgb(223,183,43); }
H1.HeaderClassName
{
color: #DFB72B;
}
.AnyTagClassName
{
color: #DFB72B;
}
</style>
background-color css
<style>
a { background-color: #DFB72B; }
a { background-color: rgb(223,183,43); }
div.DivClassName
{
background-color: #DFB72B;
}
.BgClassName
{
background-color: #DFB72B;
}
</style>
border-color css
<style>
span { border-color: #DFB72B; }
span { border-color: rgb(223,183,43); }
td.TdClassName
{
border-color: #DFB72B;
}
.TagClassName
{
border-color: #DFB72B;
}
</style>