Shades of Metallic Gold #DFB437
Tints of Metallic Gold #DFB437
RGB
CMYK
RGB Variations
Color information
#DFB437 (or 0xDFB437) is known color: Metallic Gold. HEX triplet: DF, B4 and 37. RGB value is (223,180,55). Sum of RGB (Red+Green+Blue) = 223+180+55=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 55 (21.88% from 255 or 12.01% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB437 is #204BC8. Grayscale: #B3B3B3. Windows color (decimal): -2116553 or 3650783. OLE color: 3650783.
HSL color Cylindrical-coordinate representation of color #DFB437: hue angle of 44.64º 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 #DFB437 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 55 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.13 |
| HSL | 44.64º | 0.72% | 0.55% | - |
| HSV(B) | 44.64º | 0.75% | 0.87% | - |
| XYZ | 47.44 | 48.61 | 10.5 | - |
| YUV | 178.61 | 58.25 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 55 | 0 | 0.19 | 0.75 | 0.13 | 44.64 | 0.72 | 0.55 |
| Hex | DF | B4 | 37 | 0 | 13 | 4B | D | 2D | 48 | 37 |
| Octal | 337 | 264 | 67 | 0 | 23 | 113 | 15 | 55 | 110 | 67 |
| Binary | 11011111 | 10110100 | 110111 | 0 | 10011 | 1001011 | 1101 | 101101 | 1001000 | 110111 |
Color Harmonies of #DFB437
Complementary color
Monochromatic Colors of #DFB437
Black with #DFB437
Text Example
Text Example
White with #DFB437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB437; }
p { color: rgb(223,180,55); }
H1.HeaderClassName
{
color: #DFB437;
}
.AnyTagClassName
{
color: #DFB437;
}
</style>
background-color css
<style>
a { background-color: #DFB437; }
a { background-color: rgb(223,180,55); }
div.DivClassName
{
background-color: #DFB437;
}
.BgClassName
{
background-color: #DFB437;
}
</style>
border-color css
<style>
span { border-color: #DFB437; }
span { border-color: rgb(223,180,55); }
td.TdClassName
{
border-color: #DFB437;
}
.TagClassName
{
border-color: #DFB437;
}
</style>