Shades of Metallic Gold #DFB835
Tints of Metallic Gold #DFB835
RGB
CMYK
RGB Variations
Color information
#DFB835 (or 0xDFB835) is known color: Metallic Gold. HEX triplet: DF, B8 and 35. RGB value is (223,184,53). Sum of RGB (Red+Green+Blue) = 223+184+53=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 53 (21.09% from 255 or 11.52% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB835 is #2047CA. Grayscale: #B5B5B5. Windows color (decimal): -2115531 or 3520735. OLE color: 3520735.
HSL color Cylindrical-coordinate representation of color #DFB835: hue angle of 46.24º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFB835 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 53 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.13 |
| HSL | 46.24º | 0.73% | 0.54% | - |
| HSV(B) | 46.24º | 0.76% | 0.87% | - |
| XYZ | 48.21 | 50.23 | 10.52 | - |
| YUV | 180.73 | 55.92 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 53 | 0 | 0.17 | 0.76 | 0.13 | 46.24 | 0.73 | 0.54 |
| Hex | DF | B8 | 35 | 0 | 11 | 4C | D | 2E | 49 | 36 |
| Octal | 337 | 270 | 65 | 0 | 21 | 114 | 15 | 56 | 111 | 66 |
| Binary | 11011111 | 10111000 | 110101 | 0 | 10001 | 1001100 | 1101 | 101110 | 1001001 | 110110 |
Color Harmonies of #DFB835
Complementary color
Monochromatic Colors of #DFB835
Black with #DFB835
Text Example
Text Example
White with #DFB835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB835; }
p { color: rgb(223,184,53); }
H1.HeaderClassName
{
color: #DFB835;
}
.AnyTagClassName
{
color: #DFB835;
}
</style>
background-color css
<style>
a { background-color: #DFB835; }
a { background-color: rgb(223,184,53); }
div.DivClassName
{
background-color: #DFB835;
}
.BgClassName
{
background-color: #DFB835;
}
</style>
border-color css
<style>
span { border-color: #DFB835; }
span { border-color: rgb(223,184,53); }
td.TdClassName
{
border-color: #DFB835;
}
.TagClassName
{
border-color: #DFB835;
}
</style>