Shades of Gold Tips #DFB42C
Tints of Gold Tips #DFB42C
RGB
CMYK
RGB Variations
Color information
#DFB42C (or 0xDFB42C) is known color: Gold Tips. HEX triplet: DF, B4 and 2C. RGB value is (223,180,44). Sum of RGB (Red+Green+Blue) = 223+180+44=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 44 (17.58% from 255 or 9.84% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB42C is #204BD3. Grayscale: #B1B1B1. Windows color (decimal): -2116564 or 2929887. OLE color: 2929887.
HSL color Cylindrical-coordinate representation of color #DFB42C: hue angle of 45.59º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFB42C is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 44 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.13 |
| HSL | 45.59º | 0.74% | 0.52% | - |
| HSV(B) | 45.59º | 0.8% | 0.87% | - |
| XYZ | 47.21 | 48.51 | 9.26 | - |
| YUV | 177.35 | 52.75 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 44 | 0 | 0.19 | 0.80 | 0.13 | 45.59 | 0.74 | 0.52 |
| Hex | DF | B4 | 2C | 0 | 13 | 50 | D | 2E | 4A | 34 |
| Octal | 337 | 264 | 54 | 0 | 23 | 120 | 15 | 56 | 112 | 64 |
| Binary | 11011111 | 10110100 | 101100 | 0 | 10011 | 1010000 | 1101 | 101110 | 1001010 | 110100 |
Color Harmonies of #DFB42C
Complementary color
Monochromatic Colors of #DFB42C
Black with #DFB42C
Text Example
Text Example
White with #DFB42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB42C; }
p { color: rgb(223,180,44); }
H1.HeaderClassName
{
color: #DFB42C;
}
.AnyTagClassName
{
color: #DFB42C;
}
</style>
background-color css
<style>
a { background-color: #DFB42C; }
a { background-color: rgb(223,180,44); }
div.DivClassName
{
background-color: #DFB42C;
}
.BgClassName
{
background-color: #DFB42C;
}
</style>
border-color css
<style>
span { border-color: #DFB42C; }
span { border-color: rgb(223,180,44); }
td.TdClassName
{
border-color: #DFB42C;
}
.TagClassName
{
border-color: #DFB42C;
}
</style>