Shades of Gold Tips #DFB41F
Tints of Gold Tips #DFB41F
RGB
CMYK
RGB Variations
Color information
#DFB41F (or 0xDFB41F) is known color: Gold Tips. HEX triplet: DF, B4 and 1F. RGB value is (223,180,31). Sum of RGB (Red+Green+Blue) = 223+180+31=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 31 (12.5% from 255 or 7.14% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB41F is #204BE0. Grayscale: #B0B0B0. Windows color (decimal): -2116577 or 2077919. OLE color: 2077919.
HSL color Cylindrical-coordinate representation of color #DFB41F: hue angle of 46.56º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFB41F is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 31 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.13 |
| HSL | 46.56º | 0.76% | 0.5% | - |
| HSV(B) | 46.56º | 0.86% | 0.87% | - |
| XYZ | 47 | 48.43 | 8.17 | - |
| YUV | 175.87 | 46.25 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 31 | 0 | 0.19 | 0.86 | 0.13 | 46.56 | 0.76 | 0.5 |
| Hex | DF | B4 | 1F | 0 | 13 | 56 | D | 2F | 4C | 32 |
| Octal | 337 | 264 | 37 | 0 | 23 | 126 | 15 | 57 | 114 | 62 |
| Binary | 11011111 | 10110100 | 11111 | 0 | 10011 | 1010110 | 1101 | 101111 | 1001100 | 110010 |
Color Harmonies of #DFB41F
Complementary color
Monochromatic Colors of #DFB41F
Black with #DFB41F
Text Example
Text Example
White with #DFB41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB41F; }
p { color: rgb(223,180,31); }
H1.HeaderClassName
{
color: #DFB41F;
}
.AnyTagClassName
{
color: #DFB41F;
}
</style>
background-color css
<style>
a { background-color: #DFB41F; }
a { background-color: rgb(223,180,31); }
div.DivClassName
{
background-color: #DFB41F;
}
.BgClassName
{
background-color: #DFB41F;
}
</style>
border-color css
<style>
span { border-color: #DFB41F; }
span { border-color: rgb(223,180,31); }
td.TdClassName
{
border-color: #DFB41F;
}
.TagClassName
{
border-color: #DFB41F;
}
</style>