Shades of Gold Tips #DFB31D
Tints of Gold Tips #DFB31D
RGB
CMYK
RGB Variations
Color information
#DFB31D (or 0xDFB31D) is known color: Gold Tips. HEX triplet: DF, B3 and 1D. RGB value is (223,179,29). Sum of RGB (Red+Green+Blue) = 223+179+29=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB31D is #204CE2. Grayscale: #AFAFAF. Windows color (decimal): -2116835 or 1946591. OLE color: 1946591.
HSL color Cylindrical-coordinate representation of color #DFB31D: hue angle of 46.39º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFB31D is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 29 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.13 |
| HSL | 46.39º | 0.77% | 0.49% | - |
| HSV(B) | 46.39º | 0.87% | 0.87% | - |
| XYZ | 46.77 | 48.02 | 7.97 | - |
| YUV | 175.06 | 45.58 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 29 | 0 | 0.20 | 0.87 | 0.13 | 46.39 | 0.77 | 0.49 |
| Hex | DF | B3 | 1D | 0 | 14 | 57 | D | 2E | 4D | 31 |
| Octal | 337 | 263 | 35 | 0 | 24 | 127 | 15 | 56 | 115 | 61 |
| Binary | 11011111 | 10110011 | 11101 | 0 | 10100 | 1010111 | 1101 | 101110 | 1001101 | 110001 |
Color Harmonies of #DFB31D
Complementary color
Monochromatic Colors of #DFB31D
Black with #DFB31D
Text Example
Text Example
White with #DFB31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB31D; }
p { color: rgb(223,179,29); }
H1.HeaderClassName
{
color: #DFB31D;
}
.AnyTagClassName
{
color: #DFB31D;
}
</style>
background-color css
<style>
a { background-color: #DFB31D; }
a { background-color: rgb(223,179,29); }
div.DivClassName
{
background-color: #DFB31D;
}
.BgClassName
{
background-color: #DFB31D;
}
</style>
border-color css
<style>
span { border-color: #DFB31D; }
span { border-color: rgb(223,179,29); }
td.TdClassName
{
border-color: #DFB31D;
}
.TagClassName
{
border-color: #DFB31D;
}
</style>