Shades of Gold Tips #DFB926
Tints of Gold Tips #DFB926
RGB
CMYK
RGB Variations
Color information
#DFB926 (or 0xDFB926) is known color: Gold Tips. HEX triplet: DF, B9 and 26. RGB value is (223,185,38). Sum of RGB (Red+Green+Blue) = 223+185+38=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 38 (15.23% from 255 or 8.52% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB926 is #2046D9. Grayscale: #B4B4B4. Windows color (decimal): -2115290 or 2537951. OLE color: 2537951.
HSL color Cylindrical-coordinate representation of color #DFB926: hue angle of 47.68º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFB926 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 38 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.13 |
| HSL | 47.68º | 0.74% | 0.51% | - |
| HSV(B) | 47.68º | 0.83% | 0.87% | - |
| XYZ | 48.13 | 50.53 | 9.05 | - |
| YUV | 179.6 | 48.09 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 38 | 0 | 0.17 | 0.83 | 0.13 | 47.68 | 0.74 | 0.51 |
| Hex | DF | B9 | 26 | 0 | 11 | 53 | D | 30 | 4A | 33 |
| Octal | 337 | 271 | 46 | 0 | 21 | 123 | 15 | 60 | 112 | 63 |
| Binary | 11011111 | 10111001 | 100110 | 0 | 10001 | 1010011 | 1101 | 110000 | 1001010 | 110011 |
Color Harmonies of #DFB926
Complementary color
Monochromatic Colors of #DFB926
Black with #DFB926
Text Example
Text Example
White with #DFB926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB926; }
p { color: rgb(223,185,38); }
H1.HeaderClassName
{
color: #DFB926;
}
.AnyTagClassName
{
color: #DFB926;
}
</style>
background-color css
<style>
a { background-color: #DFB926; }
a { background-color: rgb(223,185,38); }
div.DivClassName
{
background-color: #DFB926;
}
.BgClassName
{
background-color: #DFB926;
}
</style>
border-color css
<style>
span { border-color: #DFB926; }
span { border-color: rgb(223,185,38); }
td.TdClassName
{
border-color: #DFB926;
}
.TagClassName
{
border-color: #DFB926;
}
</style>