Shades of Gold Tips #DFBA29
Tints of Gold Tips #DFBA29
RGB
CMYK
RGB Variations
Color information
#DFBA29 (or 0xDFBA29) is known color: Gold Tips. HEX triplet: DF, BA and 29. RGB value is (223,186,41). Sum of RGB (Red+Green+Blue) = 223+186+41=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 41 (16.41% from 255 or 9.11% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA29 is #2045D6. Grayscale: #B5B5B5. Windows color (decimal): -2115031 or 2734815. OLE color: 2734815.
HSL color Cylindrical-coordinate representation of color #DFBA29: hue angle of 47.8º 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 #DFBA29 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 41 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.13 |
| HSL | 47.8º | 0.74% | 0.52% | - |
| HSV(B) | 47.8º | 0.82% | 0.87% | - |
| XYZ | 48.39 | 50.97 | 9.38 | - |
| YUV | 180.53 | 49.26 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 41 | 0 | 0.17 | 0.82 | 0.13 | 47.8 | 0.74 | 0.52 |
| Hex | DF | BA | 29 | 0 | 11 | 52 | D | 30 | 4A | 34 |
| Octal | 337 | 272 | 51 | 0 | 21 | 122 | 15 | 60 | 112 | 64 |
| Binary | 11011111 | 10111010 | 101001 | 0 | 10001 | 1010010 | 1101 | 110000 | 1001010 | 110100 |
Color Harmonies of #DFBA29
Complementary color
Monochromatic Colors of #DFBA29
Black with #DFBA29
Text Example
Text Example
White with #DFBA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA29; }
p { color: rgb(223,186,41); }
H1.HeaderClassName
{
color: #DFBA29;
}
.AnyTagClassName
{
color: #DFBA29;
}
</style>
background-color css
<style>
a { background-color: #DFBA29; }
a { background-color: rgb(223,186,41); }
div.DivClassName
{
background-color: #DFBA29;
}
.BgClassName
{
background-color: #DFBA29;
}
</style>
border-color css
<style>
span { border-color: #DFBA29; }
span { border-color: rgb(223,186,41); }
td.TdClassName
{
border-color: #DFBA29;
}
.TagClassName
{
border-color: #DFBA29;
}
</style>