Shades of Gold Tips #DFB026
Tints of Gold Tips #DFB026
RGB
CMYK
RGB Variations
Color information
#DFB026 (or 0xDFB026) is known color: Gold Tips. HEX triplet: DF, B0 and 26. RGB value is (223,176,38). Sum of RGB (Red+Green+Blue) = 223+176+38=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 38 (15.23% from 255 or 8.70% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB026 is #204FD9. Grayscale: #AEAEAE. Windows color (decimal): -2117594 or 2535647. OLE color: 2535647.
HSL color Cylindrical-coordinate representation of color #DFB026: hue angle of 44.76º 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 #DFB026 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 38 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.13 |
| HSL | 44.76º | 0.74% | 0.51% | - |
| HSV(B) | 44.76º | 0.83% | 0.87% | - |
| XYZ | 46.31 | 46.88 | 8.44 | - |
| YUV | 174.32 | 51.07 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 38 | 0 | 0.21 | 0.83 | 0.13 | 44.76 | 0.74 | 0.51 |
| Hex | DF | B0 | 26 | 0 | 15 | 53 | D | 2D | 4A | 33 |
| Octal | 337 | 260 | 46 | 0 | 25 | 123 | 15 | 55 | 112 | 63 |
| Binary | 11011111 | 10110000 | 100110 | 0 | 10101 | 1010011 | 1101 | 101101 | 1001010 | 110011 |
Color Harmonies of #DFB026
Complementary color
Monochromatic Colors of #DFB026
Black with #DFB026
Text Example
Text Example
White with #DFB026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB026; }
p { color: rgb(223,176,38); }
H1.HeaderClassName
{
color: #DFB026;
}
.AnyTagClassName
{
color: #DFB026;
}
</style>
background-color css
<style>
a { background-color: #DFB026; }
a { background-color: rgb(223,176,38); }
div.DivClassName
{
background-color: #DFB026;
}
.BgClassName
{
background-color: #DFB026;
}
</style>
border-color css
<style>
span { border-color: #DFB026; }
span { border-color: rgb(223,176,38); }
td.TdClassName
{
border-color: #DFB026;
}
.TagClassName
{
border-color: #DFB026;
}
</style>