Shades of Gold Tips #DFB01E
Tints of Gold Tips #DFB01E
RGB
CMYK
RGB Variations
Color information
#DFB01E (or 0xDFB01E) is known color: Gold Tips. HEX triplet: DF, B0 and 1E. RGB value is (223,176,30). Sum of RGB (Red+Green+Blue) = 223+176+30=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB01E is #204FE1. Grayscale: #AEAEAE. Windows color (decimal): -2117602 or 2011359. OLE color: 2011359.
HSL color Cylindrical-coordinate representation of color #DFB01E: hue angle of 45.39º 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 #DFB01E is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 30 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.13 |
| HSL | 45.39º | 0.76% | 0.5% | - |
| HSV(B) | 45.39º | 0.87% | 0.87% | - |
| XYZ | 46.19 | 46.83 | 7.83 | - |
| YUV | 173.41 | 47.07 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 30 | 0 | 0.21 | 0.87 | 0.13 | 45.39 | 0.76 | 0.5 |
| Hex | DF | B0 | 1E | 0 | 15 | 57 | D | 2D | 4C | 32 |
| Octal | 337 | 260 | 36 | 0 | 25 | 127 | 15 | 55 | 114 | 62 |
| Binary | 11011111 | 10110000 | 11110 | 0 | 10101 | 1010111 | 1101 | 101101 | 1001100 | 110010 |
Color Harmonies of #DFB01E
Complementary color
Monochromatic Colors of #DFB01E
Black with #DFB01E
Text Example
Text Example
White with #DFB01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB01E; }
p { color: rgb(223,176,30); }
H1.HeaderClassName
{
color: #DFB01E;
}
.AnyTagClassName
{
color: #DFB01E;
}
</style>
background-color css
<style>
a { background-color: #DFB01E; }
a { background-color: rgb(223,176,30); }
div.DivClassName
{
background-color: #DFB01E;
}
.BgClassName
{
background-color: #DFB01E;
}
</style>
border-color css
<style>
span { border-color: #DFB01E; }
span { border-color: rgb(223,176,30); }
td.TdClassName
{
border-color: #DFB01E;
}
.TagClassName
{
border-color: #DFB01E;
}
</style>