Shades of Gold Tips #DFB029
Tints of Gold Tips #DFB029
RGB
CMYK
RGB Variations
Color information
#DFB029 (or 0xDFB029) is known color: Gold Tips. HEX triplet: DF, B0 and 29. RGB value is (223,176,41). Sum of RGB (Red+Green+Blue) = 223+176+41=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 41 (16.41% from 255 or 9.32% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB029 is #204FD6. Grayscale: #AFAFAF. Windows color (decimal): -2117591 or 2732255. OLE color: 2732255.
HSL color Cylindrical-coordinate representation of color #DFB029: hue angle of 44.51º 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 #DFB029 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 41 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.13 |
| HSL | 44.51º | 0.74% | 0.52% | - |
| HSV(B) | 44.51º | 0.82% | 0.87% | - |
| XYZ | 46.36 | 46.9 | 8.71 | - |
| YUV | 174.66 | 52.57 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 41 | 0 | 0.21 | 0.82 | 0.13 | 44.51 | 0.74 | 0.52 |
| Hex | DF | B0 | 29 | 0 | 15 | 52 | D | 2D | 4A | 34 |
| Octal | 337 | 260 | 51 | 0 | 25 | 122 | 15 | 55 | 112 | 64 |
| Binary | 11011111 | 10110000 | 101001 | 0 | 10101 | 1010010 | 1101 | 101101 | 1001010 | 110100 |
Color Harmonies of #DFB029
Complementary color
Monochromatic Colors of #DFB029
Black with #DFB029
Text Example
Text Example
White with #DFB029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB029; }
p { color: rgb(223,176,41); }
H1.HeaderClassName
{
color: #DFB029;
}
.AnyTagClassName
{
color: #DFB029;
}
</style>
background-color css
<style>
a { background-color: #DFB029; }
a { background-color: rgb(223,176,41); }
div.DivClassName
{
background-color: #DFB029;
}
.BgClassName
{
background-color: #DFB029;
}
</style>
border-color css
<style>
span { border-color: #DFB029; }
span { border-color: rgb(223,176,41); }
td.TdClassName
{
border-color: #DFB029;
}
.TagClassName
{
border-color: #DFB029;
}
</style>