Shades of Gold Tips #DFB62B
Tints of Gold Tips #DFB62B
RGB
CMYK
RGB Variations
Color information
#DFB62B (or 0xDFB62B) is known color: Gold Tips. HEX triplet: DF, B6 and 2B. RGB value is (223,182,43). Sum of RGB (Red+Green+Blue) = 223+182+43=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 43 (17.19% from 255 or 9.60% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB62B is #2049D4. Grayscale: #B3B3B3. Windows color (decimal): -2116053 or 2864863. OLE color: 2864863.
HSL color Cylindrical-coordinate representation of color #DFB62B: hue angle of 46.33º 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 #DFB62B is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 43 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.13 |
| HSL | 46.33º | 0.74% | 0.52% | - |
| HSV(B) | 46.33º | 0.81% | 0.87% | - |
| XYZ | 47.6 | 49.32 | 9.3 | - |
| YUV | 178.41 | 51.58 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 43 | 0 | 0.18 | 0.81 | 0.13 | 46.33 | 0.74 | 0.52 |
| Hex | DF | B6 | 2B | 0 | 12 | 51 | D | 2E | 4A | 34 |
| Octal | 337 | 266 | 53 | 0 | 22 | 121 | 15 | 56 | 112 | 64 |
| Binary | 11011111 | 10110110 | 101011 | 0 | 10010 | 1010001 | 1101 | 101110 | 1001010 | 110100 |
Color Harmonies of #DFB62B
Complementary color
Monochromatic Colors of #DFB62B
Black with #DFB62B
Text Example
Text Example
White with #DFB62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB62B; }
p { color: rgb(223,182,43); }
H1.HeaderClassName
{
color: #DFB62B;
}
.AnyTagClassName
{
color: #DFB62B;
}
</style>
background-color css
<style>
a { background-color: #DFB62B; }
a { background-color: rgb(223,182,43); }
div.DivClassName
{
background-color: #DFB62B;
}
.BgClassName
{
background-color: #DFB62B;
}
</style>
border-color css
<style>
span { border-color: #DFB62B; }
span { border-color: rgb(223,182,43); }
td.TdClassName
{
border-color: #DFB62B;
}
.TagClassName
{
border-color: #DFB62B;
}
</style>