Shades of Metallic Gold #DFB737
Tints of Metallic Gold #DFB737
RGB
CMYK
RGB Variations
Color information
#DFB737 (or 0xDFB737) is known color: Metallic Gold. HEX triplet: DF, B7 and 37. RGB value is (223,183,55). Sum of RGB (Red+Green+Blue) = 223+183+55=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 55 (21.88% from 255 or 11.93% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB737 is #2048C8. Grayscale: #B4B4B4. Windows color (decimal): -2115785 or 3651551. OLE color: 3651551.
HSL color Cylindrical-coordinate representation of color #DFB737: hue angle of 45.71º 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 #DFB737 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 55 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.13 |
| HSL | 45.71º | 0.72% | 0.55% | - |
| HSV(B) | 45.71º | 0.75% | 0.87% | - |
| XYZ | 48.05 | 49.83 | 10.7 | - |
| YUV | 180.37 | 57.25 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 55 | 0 | 0.18 | 0.75 | 0.13 | 45.71 | 0.72 | 0.55 |
| Hex | DF | B7 | 37 | 0 | 12 | 4B | D | 2E | 48 | 37 |
| Octal | 337 | 267 | 67 | 0 | 22 | 113 | 15 | 56 | 110 | 67 |
| Binary | 11011111 | 10110111 | 110111 | 0 | 10010 | 1001011 | 1101 | 101110 | 1001000 | 110111 |
Color Harmonies of #DFB737
Complementary color
Monochromatic Colors of #DFB737
Black with #DFB737
Text Example
Text Example
White with #DFB737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB737; }
p { color: rgb(223,183,55); }
H1.HeaderClassName
{
color: #DFB737;
}
.AnyTagClassName
{
color: #DFB737;
}
</style>
background-color css
<style>
a { background-color: #DFB737; }
a { background-color: rgb(223,183,55); }
div.DivClassName
{
background-color: #DFB737;
}
.BgClassName
{
background-color: #DFB737;
}
</style>
border-color css
<style>
span { border-color: #DFB737; }
span { border-color: rgb(223,183,55); }
td.TdClassName
{
border-color: #DFB737;
}
.TagClassName
{
border-color: #DFB737;
}
</style>