Shades of Gold Tips #DFBC29
Tints of Gold Tips #DFBC29
RGB
CMYK
RGB Variations
Color information
#DFBC29 (or 0xDFBC29) is known color: Gold Tips. HEX triplet: DF, BC and 29. RGB value is (223,188,41). Sum of RGB (Red+Green+Blue) = 223+188+41=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 41 (16.41% from 255 or 9.07% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBC29 is #2043D6. Grayscale: #B6B6B6. Windows color (decimal): -2114519 or 2735327. OLE color: 2735327.
HSL color Cylindrical-coordinate representation of color #DFBC29: hue angle of 48.46º 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 #DFBC29 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 41 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.13 |
| HSL | 48.46º | 0.74% | 0.52% | - |
| HSV(B) | 48.46º | 0.82% | 0.87% | - |
| XYZ | 48.81 | 51.81 | 9.53 | - |
| YUV | 181.71 | 48.6 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 41 | 0 | 0.16 | 0.82 | 0.13 | 48.46 | 0.74 | 0.52 |
| Hex | DF | BC | 29 | 0 | 10 | 52 | D | 30 | 4A | 34 |
| Octal | 337 | 274 | 51 | 0 | 20 | 122 | 15 | 60 | 112 | 64 |
| Binary | 11011111 | 10111100 | 101001 | 0 | 10000 | 1010010 | 1101 | 110000 | 1001010 | 110100 |
Color Harmonies of #DFBC29
Complementary color
Monochromatic Colors of #DFBC29
Black with #DFBC29
Text Example
Text Example
White with #DFBC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC29; }
p { color: rgb(223,188,41); }
H1.HeaderClassName
{
color: #DFBC29;
}
.AnyTagClassName
{
color: #DFBC29;
}
</style>
background-color css
<style>
a { background-color: #DFBC29; }
a { background-color: rgb(223,188,41); }
div.DivClassName
{
background-color: #DFBC29;
}
.BgClassName
{
background-color: #DFBC29;
}
</style>
border-color css
<style>
span { border-color: #DFBC29; }
span { border-color: rgb(223,188,41); }
td.TdClassName
{
border-color: #DFBC29;
}
.TagClassName
{
border-color: #DFBC29;
}
</style>