Shades of Gold Tips #DFB319
Tints of Gold Tips #DFB319
RGB
CMYK
RGB Variations
Color information
#DFB319 (or 0xDFB319) is known color: Gold Tips. HEX triplet: DF, B3 and 19. RGB value is (223,179,25). Sum of RGB (Red+Green+Blue) = 223+179+25=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 25 (10.16% from 255 or 5.85% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB319 is #204CE6. Grayscale: #AFAFAF. Windows color (decimal): -2116839 or 1684447. OLE color: 1684447.
HSL color Cylindrical-coordinate representation of color #DFB319: hue angle of 46.67º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DFB319 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 25 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.13 |
| HSL | 46.67º | 0.8% | 0.49% | - |
| HSV(B) | 46.67º | 0.89% | 0.87% | - |
| XYZ | 46.73 | 48 | 7.72 | - |
| YUV | 174.6 | 43.58 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 25 | 0 | 0.20 | 0.89 | 0.13 | 46.67 | 0.8 | 0.49 |
| Hex | DF | B3 | 19 | 0 | 14 | 59 | D | 2F | 50 | 31 |
| Octal | 337 | 263 | 31 | 0 | 24 | 131 | 15 | 57 | 120 | 61 |
| Binary | 11011111 | 10110011 | 11001 | 0 | 10100 | 1011001 | 1101 | 101111 | 1010000 | 110001 |
Color Harmonies of #DFB319
Complementary color
Monochromatic Colors of #DFB319
Black with #DFB319
Text Example
Text Example
White with #DFB319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB319; }
p { color: rgb(223,179,25); }
H1.HeaderClassName
{
color: #DFB319;
}
.AnyTagClassName
{
color: #DFB319;
}
</style>
background-color css
<style>
a { background-color: #DFB319; }
a { background-color: rgb(223,179,25); }
div.DivClassName
{
background-color: #DFB319;
}
.BgClassName
{
background-color: #DFB319;
}
</style>
border-color css
<style>
span { border-color: #DFB319; }
span { border-color: rgb(223,179,25); }
td.TdClassName
{
border-color: #DFB319;
}
.TagClassName
{
border-color: #DFB319;
}
</style>