Shades of Gold Tips #DFB030
Tints of Gold Tips #DFB030
RGB
CMYK
RGB Variations
Color information
#DFB030 (or 0xDFB030) is known color: Gold Tips. HEX triplet: DF, B0 and 30. RGB value is (223,176,48). Sum of RGB (Red+Green+Blue) = 223+176+48=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 48 (19.14% from 255 or 10.74% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB030 is #204FCF. Grayscale: #B0B0B0. Windows color (decimal): -2117584 or 3191007. OLE color: 3191007.
HSL color Cylindrical-coordinate representation of color #DFB030: hue angle of 43.89º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFB030 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 48 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.13 |
| HSL | 43.89º | 0.73% | 0.53% | - |
| HSV(B) | 43.89º | 0.78% | 0.87% | - |
| XYZ | 46.49 | 46.95 | 9.41 | - |
| YUV | 175.46 | 56.07 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 48 | 0 | 0.21 | 0.78 | 0.13 | 43.89 | 0.73 | 0.53 |
| Hex | DF | B0 | 30 | 0 | 15 | 4E | D | 2C | 49 | 35 |
| Octal | 337 | 260 | 60 | 0 | 25 | 116 | 15 | 54 | 111 | 65 |
| Binary | 11011111 | 10110000 | 110000 | 0 | 10101 | 1001110 | 1101 | 101100 | 1001001 | 110101 |
Color Harmonies of #DFB030
Complementary color
Monochromatic Colors of #DFB030
Black with #DFB030
Text Example
Text Example
White with #DFB030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB030; }
p { color: rgb(223,176,48); }
H1.HeaderClassName
{
color: #DFB030;
}
.AnyTagClassName
{
color: #DFB030;
}
</style>
background-color css
<style>
a { background-color: #DFB030; }
a { background-color: rgb(223,176,48); }
div.DivClassName
{
background-color: #DFB030;
}
.BgClassName
{
background-color: #DFB030;
}
</style>
border-color css
<style>
span { border-color: #DFB030; }
span { border-color: rgb(223,176,48); }
td.TdClassName
{
border-color: #DFB030;
}
.TagClassName
{
border-color: #DFB030;
}
</style>