Shades of Gold Tips #DFB733
Tints of Gold Tips #DFB733
RGB
CMYK
RGB Variations
Color information
#DFB733 (or 0xDFB733) is known color: Gold Tips. HEX triplet: DF, B7 and 33. RGB value is (223,183,51). Sum of RGB (Red+Green+Blue) = 223+183+51=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 51 (20.31% from 255 or 11.16% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB733 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB733 is #2048CC. Grayscale: #B4B4B4. Windows color (decimal): -2115789 or 3389407. OLE color: 3389407.
HSL color Cylindrical-coordinate representation of color #DFB733: hue angle of 46.05º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFB733 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 51 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.13 |
| HSL | 46.05º | 0.73% | 0.54% | - |
| HSV(B) | 46.05º | 0.77% | 0.87% | - |
| XYZ | 47.96 | 49.79 | 10.22 | - |
| YUV | 179.91 | 55.25 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 51 | 0 | 0.18 | 0.77 | 0.13 | 46.05 | 0.73 | 0.54 |
| Hex | DF | B7 | 33 | 0 | 12 | 4D | D | 2E | 49 | 36 |
| Octal | 337 | 267 | 63 | 0 | 22 | 115 | 15 | 56 | 111 | 66 |
| Binary | 11011111 | 10110111 | 110011 | 0 | 10010 | 1001101 | 1101 | 101110 | 1001001 | 110110 |
Color Harmonies of #DFB733
Complementary color
Monochromatic Colors of #DFB733
Black with #DFB733
Text Example
Text Example
White with #DFB733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB733; }
p { color: rgb(223,183,51); }
H1.HeaderClassName
{
color: #DFB733;
}
.AnyTagClassName
{
color: #DFB733;
}
</style>
background-color css
<style>
a { background-color: #DFB733; }
a { background-color: rgb(223,183,51); }
div.DivClassName
{
background-color: #DFB733;
}
.BgClassName
{
background-color: #DFB733;
}
</style>
border-color css
<style>
span { border-color: #DFB733; }
span { border-color: rgb(223,183,51); }
td.TdClassName
{
border-color: #DFB733;
}
.TagClassName
{
border-color: #DFB733;
}
</style>