Shades of Metallic Gold #DFB937
Tints of Metallic Gold #DFB937
RGB
CMYK
RGB Variations
Color information
#DFB937 (or 0xDFB937) is known color: Metallic Gold. HEX triplet: DF, B9 and 37. RGB value is (223,185,55). Sum of RGB (Red+Green+Blue) = 223+185+55=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 55 (21.88% from 255 or 11.88% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB937 is #2046C8. Grayscale: #B6B6B6. Windows color (decimal): -2115273 or 3652063. OLE color: 3652063.
HSL color Cylindrical-coordinate representation of color #DFB937: hue angle of 46.43º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFB937 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 55 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.13 |
| HSL | 46.43º | 0.72% | 0.55% | - |
| HSV(B) | 46.43º | 0.75% | 0.87% | - |
| XYZ | 48.47 | 50.66 | 10.84 | - |
| YUV | 181.54 | 56.59 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 55 | 0 | 0.17 | 0.75 | 0.13 | 46.43 | 0.72 | 0.55 |
| Hex | DF | B9 | 37 | 0 | 11 | 4B | D | 2E | 48 | 37 |
| Octal | 337 | 271 | 67 | 0 | 21 | 113 | 15 | 56 | 110 | 67 |
| Binary | 11011111 | 10111001 | 110111 | 0 | 10001 | 1001011 | 1101 | 101110 | 1001000 | 110111 |
Color Harmonies of #DFB937
Complementary color
Monochromatic Colors of #DFB937
Black with #DFB937
Text Example
Text Example
White with #DFB937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB937; }
p { color: rgb(223,185,55); }
H1.HeaderClassName
{
color: #DFB937;
}
.AnyTagClassName
{
color: #DFB937;
}
</style>
background-color css
<style>
a { background-color: #DFB937; }
a { background-color: rgb(223,185,55); }
div.DivClassName
{
background-color: #DFB937;
}
.BgClassName
{
background-color: #DFB937;
}
</style>
border-color css
<style>
span { border-color: #DFB937; }
span { border-color: rgb(223,185,55); }
td.TdClassName
{
border-color: #DFB937;
}
.TagClassName
{
border-color: #DFB937;
}
</style>