Shades of Metallic Gold #DFB435
Tints of Metallic Gold #DFB435
RGB
CMYK
RGB Variations
Color information
#DFB435 (or 0xDFB435) is known color: Metallic Gold. HEX triplet: DF, B4 and 35. RGB value is (223,180,53). Sum of RGB (Red+Green+Blue) = 223+180+53=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 53 (21.09% from 255 or 11.62% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB435 is #204BCA. Grayscale: #B2B2B2. Windows color (decimal): -2116555 or 3519711. OLE color: 3519711.
HSL color Cylindrical-coordinate representation of color #DFB435: hue angle of 44.82º 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 #DFB435 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 53 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.13 |
| HSL | 44.82º | 0.73% | 0.54% | - |
| HSV(B) | 44.82º | 0.76% | 0.87% | - |
| XYZ | 47.4 | 48.59 | 10.25 | - |
| YUV | 178.38 | 57.25 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 53 | 0 | 0.19 | 0.76 | 0.13 | 44.82 | 0.73 | 0.54 |
| Hex | DF | B4 | 35 | 0 | 13 | 4C | D | 2D | 49 | 36 |
| Octal | 337 | 264 | 65 | 0 | 23 | 114 | 15 | 55 | 111 | 66 |
| Binary | 11011111 | 10110100 | 110101 | 0 | 10011 | 1001100 | 1101 | 101101 | 1001001 | 110110 |
Color Harmonies of #DFB435
Complementary color
Monochromatic Colors of #DFB435
Black with #DFB435
Text Example
Text Example
White with #DFB435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB435; }
p { color: rgb(223,180,53); }
H1.HeaderClassName
{
color: #DFB435;
}
.AnyTagClassName
{
color: #DFB435;
}
</style>
background-color css
<style>
a { background-color: #DFB435; }
a { background-color: rgb(223,180,53); }
div.DivClassName
{
background-color: #DFB435;
}
.BgClassName
{
background-color: #DFB435;
}
</style>
border-color css
<style>
span { border-color: #DFB435; }
span { border-color: rgb(223,180,53); }
td.TdClassName
{
border-color: #DFB435;
}
.TagClassName
{
border-color: #DFB435;
}
</style>