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