Shades of Gold Tips #DFB62A
Tints of Gold Tips #DFB62A
RGB
CMYK
RGB Variations
Color information
#DFB62A (or 0xDFB62A) is known color: Gold Tips. HEX triplet: DF, B6 and 2A. RGB value is (223,182,42). Sum of RGB (Red+Green+Blue) = 223+182+42=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 42 (16.80% from 255 or 9.40% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB62A is #2049D5. Grayscale: #B2B2B2. Windows color (decimal): -2116054 or 2799327. OLE color: 2799327.
HSL color Cylindrical-coordinate representation of color #DFB62A: hue angle of 46.41º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFB62A is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 42 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.13 |
| HSL | 46.41º | 0.74% | 0.52% | - |
| HSV(B) | 46.41º | 0.81% | 0.87% | - |
| XYZ | 47.58 | 49.31 | 9.2 | - |
| YUV | 178.3 | 51.08 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 42 | 0 | 0.18 | 0.81 | 0.13 | 46.41 | 0.74 | 0.52 |
| Hex | DF | B6 | 2A | 0 | 12 | 51 | D | 2E | 4A | 34 |
| Octal | 337 | 266 | 52 | 0 | 22 | 121 | 15 | 56 | 112 | 64 |
| Binary | 11011111 | 10110110 | 101010 | 0 | 10010 | 1010001 | 1101 | 101110 | 1001010 | 110100 |
Color Harmonies of #DFB62A
Complementary color
Monochromatic Colors of #DFB62A
Black with #DFB62A
Text Example
Text Example
White with #DFB62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB62A; }
p { color: rgb(223,182,42); }
H1.HeaderClassName
{
color: #DFB62A;
}
.AnyTagClassName
{
color: #DFB62A;
}
</style>
background-color css
<style>
a { background-color: #DFB62A; }
a { background-color: rgb(223,182,42); }
div.DivClassName
{
background-color: #DFB62A;
}
.BgClassName
{
background-color: #DFB62A;
}
</style>
border-color css
<style>
span { border-color: #DFB62A; }
span { border-color: rgb(223,182,42); }
td.TdClassName
{
border-color: #DFB62A;
}
.TagClassName
{
border-color: #DFB62A;
}
</style>