Shades of Gold Tips #DFB12F
Tints of Gold Tips #DFB12F
RGB
CMYK
RGB Variations
Color information
#DFB12F (or 0xDFB12F) is known color: Gold Tips. HEX triplet: DF, B1 and 2F. RGB value is (223,177,47). Sum of RGB (Red+Green+Blue) = 223+177+47=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 47 (18.75% from 255 or 10.51% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB12F is #204ED0. Grayscale: #B0B0B0. Windows color (decimal): -2117329 or 3125727. OLE color: 3125727.
HSL color Cylindrical-coordinate representation of color #DFB12F: hue angle of 44.32º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFB12F is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 47 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.13 |
| HSL | 44.32º | 0.73% | 0.53% | - |
| HSV(B) | 44.32º | 0.79% | 0.87% | - |
| XYZ | 46.67 | 47.34 | 9.37 | - |
| YUV | 175.93 | 55.24 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 47 | 0 | 0.21 | 0.79 | 0.13 | 44.32 | 0.73 | 0.53 |
| Hex | DF | B1 | 2F | 0 | 15 | 4F | D | 2C | 49 | 35 |
| Octal | 337 | 261 | 57 | 0 | 25 | 117 | 15 | 54 | 111 | 65 |
| Binary | 11011111 | 10110001 | 101111 | 0 | 10101 | 1001111 | 1101 | 101100 | 1001001 | 110101 |
Color Harmonies of #DFB12F
Complementary color
Monochromatic Colors of #DFB12F
Black with #DFB12F
Text Example
Text Example
White with #DFB12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB12F; }
p { color: rgb(223,177,47); }
H1.HeaderClassName
{
color: #DFB12F;
}
.AnyTagClassName
{
color: #DFB12F;
}
</style>
background-color css
<style>
a { background-color: #DFB12F; }
a { background-color: rgb(223,177,47); }
div.DivClassName
{
background-color: #DFB12F;
}
.BgClassName
{
background-color: #DFB12F;
}
</style>
border-color css
<style>
span { border-color: #DFB12F; }
span { border-color: rgb(223,177,47); }
td.TdClassName
{
border-color: #DFB12F;
}
.TagClassName
{
border-color: #DFB12F;
}
</style>