Shades of Gold Tips #DFB61E
Tints of Gold Tips #DFB61E
RGB
CMYK
RGB Variations
Color information
#DFB61E (or 0xDFB61E) is known color: Gold Tips. HEX triplet: DF, B6 and 1E. RGB value is (223,182,30). Sum of RGB (Red+Green+Blue) = 223+182+30=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB61E is #2049E1. Grayscale: #B1B1B1. Windows color (decimal): -2116066 or 2012895. OLE color: 2012895.
HSL color Cylindrical-coordinate representation of color #DFB61E: hue angle of 47.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFB61E is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 30 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.13 |
| HSL | 47.25º | 0.76% | 0.5% | - |
| HSV(B) | 47.25º | 0.87% | 0.87% | - |
| XYZ | 47.39 | 49.24 | 8.23 | - |
| YUV | 176.93 | 45.08 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 30 | 0 | 0.18 | 0.87 | 0.13 | 47.25 | 0.76 | 0.5 |
| Hex | DF | B6 | 1E | 0 | 12 | 57 | D | 2F | 4C | 32 |
| Octal | 337 | 266 | 36 | 0 | 22 | 127 | 15 | 57 | 114 | 62 |
| Binary | 11011111 | 10110110 | 11110 | 0 | 10010 | 1010111 | 1101 | 101111 | 1001100 | 110010 |
Color Harmonies of #DFB61E
Complementary color
Monochromatic Colors of #DFB61E
Black with #DFB61E
Text Example
Text Example
White with #DFB61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB61E; }
p { color: rgb(223,182,30); }
H1.HeaderClassName
{
color: #DFB61E;
}
.AnyTagClassName
{
color: #DFB61E;
}
</style>
background-color css
<style>
a { background-color: #DFB61E; }
a { background-color: rgb(223,182,30); }
div.DivClassName
{
background-color: #DFB61E;
}
.BgClassName
{
background-color: #DFB61E;
}
</style>
border-color css
<style>
span { border-color: #DFB61E; }
span { border-color: rgb(223,182,30); }
td.TdClassName
{
border-color: #DFB61E;
}
.TagClassName
{
border-color: #DFB61E;
}
</style>