Shades of Metallic Gold #DFB538
Tints of Metallic Gold #DFB538
RGB
CMYK
RGB Variations
Color information
#DFB538 (or 0xDFB538) is known color: Metallic Gold. HEX triplet: DF, B5 and 38. RGB value is (223,181,56). Sum of RGB (Red+Green+Blue) = 223+181+56=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 56 (22.27% from 255 or 12.17% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB538 is #204AC7. Grayscale: #B3B3B3. Windows color (decimal): -2116296 or 3716575. OLE color: 3716575.
HSL color Cylindrical-coordinate representation of color #DFB538: hue angle of 44.91º 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 #DFB538 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 56 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.13 |
| HSL | 44.91º | 0.72% | 0.55% | - |
| HSV(B) | 44.91º | 0.75% | 0.87% | - |
| XYZ | 47.67 | 49.02 | 10.69 | - |
| YUV | 179.31 | 58.41 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 56 | 0 | 0.19 | 0.75 | 0.13 | 44.91 | 0.72 | 0.55 |
| Hex | DF | B5 | 38 | 0 | 13 | 4B | D | 2D | 48 | 37 |
| Octal | 337 | 265 | 70 | 0 | 23 | 113 | 15 | 55 | 110 | 67 |
| Binary | 11011111 | 10110101 | 111000 | 0 | 10011 | 1001011 | 1101 | 101101 | 1001000 | 110111 |
Color Harmonies of #DFB538
Complementary color
Monochromatic Colors of #DFB538
Black with #DFB538
Text Example
Text Example
White with #DFB538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB538; }
p { color: rgb(223,181,56); }
H1.HeaderClassName
{
color: #DFB538;
}
.AnyTagClassName
{
color: #DFB538;
}
</style>
background-color css
<style>
a { background-color: #DFB538; }
a { background-color: rgb(223,181,56); }
div.DivClassName
{
background-color: #DFB538;
}
.BgClassName
{
background-color: #DFB538;
}
</style>
border-color css
<style>
span { border-color: #DFB538; }
span { border-color: rgb(223,181,56); }
td.TdClassName
{
border-color: #DFB538;
}
.TagClassName
{
border-color: #DFB538;
}
</style>