Shades of Gold Tips #DFB42F
Tints of Gold Tips #DFB42F
RGB
CMYK
RGB Variations
Color information
#DFB42F (or 0xDFB42F) is known color: Gold Tips. HEX triplet: DF, B4 and 2F. RGB value is (223,180,47). Sum of RGB (Red+Green+Blue) = 223+180+47=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB42F is #204BD0. Grayscale: #B2B2B2. Windows color (decimal): -2116561 or 3126495. OLE color: 3126495.
HSL color Cylindrical-coordinate representation of color #DFB42F: hue angle of 45.34º 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 #DFB42F is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 47 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.13 |
| HSL | 45.34º | 0.73% | 0.53% | - |
| HSV(B) | 45.34º | 0.79% | 0.87% | - |
| XYZ | 47.27 | 48.54 | 9.57 | - |
| YUV | 177.7 | 54.25 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 47 | 0 | 0.19 | 0.79 | 0.13 | 45.34 | 0.73 | 0.53 |
| Hex | DF | B4 | 2F | 0 | 13 | 4F | D | 2D | 49 | 35 |
| Octal | 337 | 264 | 57 | 0 | 23 | 117 | 15 | 55 | 111 | 65 |
| Binary | 11011111 | 10110100 | 101111 | 0 | 10011 | 1001111 | 1101 | 101101 | 1001001 | 110101 |
Color Harmonies of #DFB42F
Complementary color
Monochromatic Colors of #DFB42F
Black with #DFB42F
Text Example
Text Example
White with #DFB42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB42F; }
p { color: rgb(223,180,47); }
H1.HeaderClassName
{
color: #DFB42F;
}
.AnyTagClassName
{
color: #DFB42F;
}
</style>
background-color css
<style>
a { background-color: #DFB42F; }
a { background-color: rgb(223,180,47); }
div.DivClassName
{
background-color: #DFB42F;
}
.BgClassName
{
background-color: #DFB42F;
}
</style>
border-color css
<style>
span { border-color: #DFB42F; }
span { border-color: rgb(223,180,47); }
td.TdClassName
{
border-color: #DFB42F;
}
.TagClassName
{
border-color: #DFB42F;
}
</style>