Shades of Metallic Gold #DFB434
Tints of Metallic Gold #DFB434
RGB
CMYK
RGB Variations
Color information
#DFB434 (or 0xDFB434) is known color: Metallic Gold. HEX triplet: DF, B4 and 34. RGB value is (223,180,52). Sum of RGB (Red+Green+Blue) = 223+180+52=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 52 (20.70% from 255 or 11.43% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB434 is #204BCB. Grayscale: #B2B2B2. Windows color (decimal): -2116556 or 3454175. OLE color: 3454175.
HSL color Cylindrical-coordinate representation of color #DFB434: hue angle of 44.91º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFB434 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 52 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.13 |
| HSL | 44.91º | 0.73% | 0.54% | - |
| HSV(B) | 44.91º | 0.77% | 0.87% | - |
| XYZ | 47.37 | 48.58 | 10.13 | - |
| YUV | 178.27 | 56.75 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 52 | 0 | 0.19 | 0.77 | 0.13 | 44.91 | 0.73 | 0.54 |
| Hex | DF | B4 | 34 | 0 | 13 | 4D | D | 2D | 49 | 36 |
| Octal | 337 | 264 | 64 | 0 | 23 | 115 | 15 | 55 | 111 | 66 |
| Binary | 11011111 | 10110100 | 110100 | 0 | 10011 | 1001101 | 1101 | 101101 | 1001001 | 110110 |
Color Harmonies of #DFB434
Complementary color
Monochromatic Colors of #DFB434
Black with #DFB434
Text Example
Text Example
White with #DFB434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB434; }
p { color: rgb(223,180,52); }
H1.HeaderClassName
{
color: #DFB434;
}
.AnyTagClassName
{
color: #DFB434;
}
</style>
background-color css
<style>
a { background-color: #DFB434; }
a { background-color: rgb(223,180,52); }
div.DivClassName
{
background-color: #DFB434;
}
.BgClassName
{
background-color: #DFB434;
}
</style>
border-color css
<style>
span { border-color: #DFB434; }
span { border-color: rgb(223,180,52); }
td.TdClassName
{
border-color: #DFB434;
}
.TagClassName
{
border-color: #DFB434;
}
</style>