Shades of Gold Tips #DFB129
Tints of Gold Tips #DFB129
RGB
CMYK
RGB Variations
Color information
#DFB129 (or 0xDFB129) is known color: Gold Tips. HEX triplet: DF, B1 and 29. RGB value is (223,177,41). Sum of RGB (Red+Green+Blue) = 223+177+41=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 41 (16.41% from 255 or 9.30% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB129 is #204ED6. Grayscale: #AFAFAF. Windows color (decimal): -2117335 or 2732511. OLE color: 2732511.
HSL color Cylindrical-coordinate representation of color #DFB129: hue angle of 44.84º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFB129 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 41 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.13 |
| HSL | 44.84º | 0.74% | 0.52% | - |
| HSV(B) | 44.84º | 0.82% | 0.87% | - |
| XYZ | 46.55 | 47.29 | 8.77 | - |
| YUV | 175.25 | 52.24 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 41 | 0 | 0.21 | 0.82 | 0.13 | 44.84 | 0.74 | 0.52 |
| Hex | DF | B1 | 29 | 0 | 15 | 52 | D | 2D | 4A | 34 |
| Octal | 337 | 261 | 51 | 0 | 25 | 122 | 15 | 55 | 112 | 64 |
| Binary | 11011111 | 10110001 | 101001 | 0 | 10101 | 1010010 | 1101 | 101101 | 1001010 | 110100 |
Color Harmonies of #DFB129
Complementary color
Monochromatic Colors of #DFB129
Black with #DFB129
Text Example
Text Example
White with #DFB129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB129; }
p { color: rgb(223,177,41); }
H1.HeaderClassName
{
color: #DFB129;
}
.AnyTagClassName
{
color: #DFB129;
}
</style>
background-color css
<style>
a { background-color: #DFB129; }
a { background-color: rgb(223,177,41); }
div.DivClassName
{
background-color: #DFB129;
}
.BgClassName
{
background-color: #DFB129;
}
</style>
border-color css
<style>
span { border-color: #DFB129; }
span { border-color: rgb(223,177,41); }
td.TdClassName
{
border-color: #DFB129;
}
.TagClassName
{
border-color: #DFB129;
}
</style>