Shades of Gold Tips #DFB623
Tints of Gold Tips #DFB623
RGB
CMYK
RGB Variations
Color information
#DFB623 (or 0xDFB623) is known color: Gold Tips. HEX triplet: DF, B6 and 23. RGB value is (223,182,35). Sum of RGB (Red+Green+Blue) = 223+182+35=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 35 (14.06% from 255 or 7.95% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB623 is #2049DC. Grayscale: #B2B2B2. Windows color (decimal): -2116061 or 2340575. OLE color: 2340575.
HSL color Cylindrical-coordinate representation of color #DFB623: hue angle of 46.91º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFB623 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 35 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.13 |
| HSL | 46.91º | 0.75% | 0.51% | - |
| HSV(B) | 46.91º | 0.84% | 0.87% | - |
| XYZ | 47.46 | 49.27 | 8.6 | - |
| YUV | 177.5 | 47.58 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 35 | 0 | 0.18 | 0.84 | 0.13 | 46.91 | 0.75 | 0.51 |
| Hex | DF | B6 | 23 | 0 | 12 | 54 | D | 2F | 4B | 33 |
| Octal | 337 | 266 | 43 | 0 | 22 | 124 | 15 | 57 | 113 | 63 |
| Binary | 11011111 | 10110110 | 100011 | 0 | 10010 | 1010100 | 1101 | 101111 | 1001011 | 110011 |
Color Harmonies of #DFB623
Complementary color
Monochromatic Colors of #DFB623
Black with #DFB623
Text Example
Text Example
White with #DFB623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB623; }
p { color: rgb(223,182,35); }
H1.HeaderClassName
{
color: #DFB623;
}
.AnyTagClassName
{
color: #DFB623;
}
</style>
background-color css
<style>
a { background-color: #DFB623; }
a { background-color: rgb(223,182,35); }
div.DivClassName
{
background-color: #DFB623;
}
.BgClassName
{
background-color: #DFB623;
}
</style>
border-color css
<style>
span { border-color: #DFB623; }
span { border-color: rgb(223,182,35); }
td.TdClassName
{
border-color: #DFB623;
}
.TagClassName
{
border-color: #DFB623;
}
</style>