Shades of Gold Tips #DFB42E
Tints of Gold Tips #DFB42E
RGB
CMYK
RGB Variations
Color information
#DFB42E (or 0xDFB42E) is known color: Gold Tips. HEX triplet: DF, B4 and 2E. RGB value is (223,180,46). Sum of RGB (Red+Green+Blue) = 223+180+46=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB42E is #204BD1. Grayscale: #B2B2B2. Windows color (decimal): -2116562 or 3060959. OLE color: 3060959.
HSL color Cylindrical-coordinate representation of color #DFB42E: hue angle of 45.42º 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 #DFB42E is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 46 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.13 |
| HSL | 45.42º | 0.73% | 0.53% | - |
| HSV(B) | 45.42º | 0.79% | 0.87% | - |
| XYZ | 47.25 | 48.53 | 9.46 | - |
| YUV | 177.58 | 53.75 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 46 | 0 | 0.19 | 0.79 | 0.13 | 45.42 | 0.73 | 0.53 |
| Hex | DF | B4 | 2E | 0 | 13 | 4F | D | 2D | 49 | 35 |
| Octal | 337 | 264 | 56 | 0 | 23 | 117 | 15 | 55 | 111 | 65 |
| Binary | 11011111 | 10110100 | 101110 | 0 | 10011 | 1001111 | 1101 | 101101 | 1001001 | 110101 |
Color Harmonies of #DFB42E
Complementary color
Monochromatic Colors of #DFB42E
Black with #DFB42E
Text Example
Text Example
White with #DFB42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB42E; }
p { color: rgb(223,180,46); }
H1.HeaderClassName
{
color: #DFB42E;
}
.AnyTagClassName
{
color: #DFB42E;
}
</style>
background-color css
<style>
a { background-color: #DFB42E; }
a { background-color: rgb(223,180,46); }
div.DivClassName
{
background-color: #DFB42E;
}
.BgClassName
{
background-color: #DFB42E;
}
</style>
border-color css
<style>
span { border-color: #DFB42E; }
span { border-color: rgb(223,180,46); }
td.TdClassName
{
border-color: #DFB42E;
}
.TagClassName
{
border-color: #DFB42E;
}
</style>