Shades of Gold Tips #DFB62D
Tints of Gold Tips #DFB62D
RGB
CMYK
RGB Variations
Color information
#DFB62D (or 0xDFB62D) is known color: Gold Tips. HEX triplet: DF, B6 and 2D. RGB value is (223,182,45). Sum of RGB (Red+Green+Blue) = 223+182+45=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 45 (17.97% from 255 or 10% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB62D is #2049D2. Grayscale: #B3B3B3. Windows color (decimal): -2116051 or 2995935. OLE color: 2995935.
HSL color Cylindrical-coordinate representation of color #DFB62D: hue angle of 46.18º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFB62D is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 45 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.13 |
| HSL | 46.18º | 0.74% | 0.53% | - |
| HSV(B) | 46.18º | 0.8% | 0.87% | - |
| XYZ | 47.63 | 49.33 | 9.49 | - |
| YUV | 178.64 | 52.58 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 45 | 0 | 0.18 | 0.80 | 0.13 | 46.18 | 0.74 | 0.53 |
| Hex | DF | B6 | 2D | 0 | 12 | 50 | D | 2E | 4A | 35 |
| Octal | 337 | 266 | 55 | 0 | 22 | 120 | 15 | 56 | 112 | 65 |
| Binary | 11011111 | 10110110 | 101101 | 0 | 10010 | 1010000 | 1101 | 101110 | 1001010 | 110101 |
Color Harmonies of #DFB62D
Complementary color
Monochromatic Colors of #DFB62D
Black with #DFB62D
Text Example
Text Example
White with #DFB62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB62D; }
p { color: rgb(223,182,45); }
H1.HeaderClassName
{
color: #DFB62D;
}
.AnyTagClassName
{
color: #DFB62D;
}
</style>
background-color css
<style>
a { background-color: #DFB62D; }
a { background-color: rgb(223,182,45); }
div.DivClassName
{
background-color: #DFB62D;
}
.BgClassName
{
background-color: #DFB62D;
}
</style>
border-color css
<style>
span { border-color: #DFB62D; }
span { border-color: rgb(223,182,45); }
td.TdClassName
{
border-color: #DFB62D;
}
.TagClassName
{
border-color: #DFB62D;
}
</style>