Shades of Gold Tips #DFB51B
Tints of Gold Tips #DFB51B
RGB
CMYK
RGB Variations
Color information
#DFB51B (or 0xDFB51B) is known color: Gold Tips. HEX triplet: DF, B5 and 1B. RGB value is (223,181,27). Sum of RGB (Red+Green+Blue) = 223+181+27=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 27 (10.94% from 255 or 6.26% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB51B is #204AE4. Grayscale: #B0B0B0. Windows color (decimal): -2116325 or 1816031. OLE color: 1816031.
HSL color Cylindrical-coordinate representation of color #DFB51B: hue angle of 47.14º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFB51B is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 27 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.13 |
| HSL | 47.14º | 0.78% | 0.49% | - |
| HSV(B) | 47.14º | 0.88% | 0.87% | - |
| XYZ | 47.15 | 48.81 | 7.97 | - |
| YUV | 176 | 43.91 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 27 | 0 | 0.19 | 0.88 | 0.13 | 47.14 | 0.78 | 0.49 |
| Hex | DF | B5 | 1B | 0 | 13 | 58 | D | 2F | 4E | 31 |
| Octal | 337 | 265 | 33 | 0 | 23 | 130 | 15 | 57 | 116 | 61 |
| Binary | 11011111 | 10110101 | 11011 | 0 | 10011 | 1011000 | 1101 | 101111 | 1001110 | 110001 |
Color Harmonies of #DFB51B
Complementary color
Monochromatic Colors of #DFB51B
Black with #DFB51B
Text Example
Text Example
White with #DFB51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB51B; }
p { color: rgb(223,181,27); }
H1.HeaderClassName
{
color: #DFB51B;
}
.AnyTagClassName
{
color: #DFB51B;
}
</style>
background-color css
<style>
a { background-color: #DFB51B; }
a { background-color: rgb(223,181,27); }
div.DivClassName
{
background-color: #DFB51B;
}
.BgClassName
{
background-color: #DFB51B;
}
</style>
border-color css
<style>
span { border-color: #DFB51B; }
span { border-color: rgb(223,181,27); }
td.TdClassName
{
border-color: #DFB51B;
}
.TagClassName
{
border-color: #DFB51B;
}
</style>