Shades of Gold Tips #DFB330
Tints of Gold Tips #DFB330
RGB
CMYK
RGB Variations
Color information
#DFB330 (or 0xDFB330) is known color: Gold Tips. HEX triplet: DF, B3 and 30. RGB value is (223,179,48). Sum of RGB (Red+Green+Blue) = 223+179+48=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB330 is #204CCF. Grayscale: #B1B1B1. Windows color (decimal): -2116816 or 3191775. OLE color: 3191775.
HSL color Cylindrical-coordinate representation of color #DFB330: hue angle of 44.91º 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 #DFB330 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 48 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.13 |
| HSL | 44.91º | 0.73% | 0.53% | - |
| HSV(B) | 44.91º | 0.78% | 0.87% | - |
| XYZ | 47.09 | 48.14 | 9.61 | - |
| YUV | 177.22 | 55.08 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 48 | 0 | 0.20 | 0.78 | 0.13 | 44.91 | 0.73 | 0.53 |
| Hex | DF | B3 | 30 | 0 | 14 | 4E | D | 2D | 49 | 35 |
| Octal | 337 | 263 | 60 | 0 | 24 | 116 | 15 | 55 | 111 | 65 |
| Binary | 11011111 | 10110011 | 110000 | 0 | 10100 | 1001110 | 1101 | 101101 | 1001001 | 110101 |
Color Harmonies of #DFB330
Complementary color
Monochromatic Colors of #DFB330
Black with #DFB330
Text Example
Text Example
White with #DFB330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB330; }
p { color: rgb(223,179,48); }
H1.HeaderClassName
{
color: #DFB330;
}
.AnyTagClassName
{
color: #DFB330;
}
</style>
background-color css
<style>
a { background-color: #DFB330; }
a { background-color: rgb(223,179,48); }
div.DivClassName
{
background-color: #DFB330;
}
.BgClassName
{
background-color: #DFB330;
}
</style>
border-color css
<style>
span { border-color: #DFB330; }
span { border-color: rgb(223,179,48); }
td.TdClassName
{
border-color: #DFB330;
}
.TagClassName
{
border-color: #DFB330;
}
</style>