Shades of Gold Tips #DFB61D
Tints of Gold Tips #DFB61D
RGB
CMYK
RGB Variations
Color information
#DFB61D (or 0xDFB61D) is known color: Gold Tips. HEX triplet: DF, B6 and 1D. RGB value is (223,182,29). Sum of RGB (Red+Green+Blue) = 223+182+29=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB61D is #2049E2. Grayscale: #B1B1B1. Windows color (decimal): -2116067 or 1947359. OLE color: 1947359.
HSL color Cylindrical-coordinate representation of color #DFB61D: hue angle of 47.32º 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 #DFB61D is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 29 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.13 |
| HSL | 47.32º | 0.77% | 0.49% | - |
| HSV(B) | 47.32º | 0.87% | 0.87% | - |
| XYZ | 47.38 | 49.23 | 8.17 | - |
| YUV | 176.82 | 44.58 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 29 | 0 | 0.18 | 0.87 | 0.13 | 47.32 | 0.77 | 0.49 |
| Hex | DF | B6 | 1D | 0 | 12 | 57 | D | 2F | 4D | 31 |
| Octal | 337 | 266 | 35 | 0 | 22 | 127 | 15 | 57 | 115 | 61 |
| Binary | 11011111 | 10110110 | 11101 | 0 | 10010 | 1010111 | 1101 | 101111 | 1001101 | 110001 |
Color Harmonies of #DFB61D
Complementary color
Monochromatic Colors of #DFB61D
Black with #DFB61D
Text Example
Text Example
White with #DFB61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB61D; }
p { color: rgb(223,182,29); }
H1.HeaderClassName
{
color: #DFB61D;
}
.AnyTagClassName
{
color: #DFB61D;
}
</style>
background-color css
<style>
a { background-color: #DFB61D; }
a { background-color: rgb(223,182,29); }
div.DivClassName
{
background-color: #DFB61D;
}
.BgClassName
{
background-color: #DFB61D;
}
</style>
border-color css
<style>
span { border-color: #DFB61D; }
span { border-color: rgb(223,182,29); }
td.TdClassName
{
border-color: #DFB61D;
}
.TagClassName
{
border-color: #DFB61D;
}
</style>