Shades of Metallic Gold #DFB235
Tints of Metallic Gold #DFB235
RGB
CMYK
RGB Variations
Color information
#DFB235 (or 0xDFB235) is known color: Metallic Gold. HEX triplet: DF, B2 and 35. RGB value is (223,178,53). Sum of RGB (Red+Green+Blue) = 223+178+53=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 53 (21.09% from 255 or 11.67% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB235 is #204DCA. Grayscale: #B1B1B1. Windows color (decimal): -2117067 or 3519199. OLE color: 3519199.
HSL color Cylindrical-coordinate representation of color #DFB235: hue angle of 44.12º 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 #DFB235 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 53 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.13 |
| HSL | 44.12º | 0.73% | 0.54% | - |
| HSV(B) | 44.12º | 0.76% | 0.87% | - |
| XYZ | 46.99 | 47.79 | 10.11 | - |
| YUV | 177.21 | 57.91 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 53 | 0 | 0.20 | 0.76 | 0.13 | 44.12 | 0.73 | 0.54 |
| Hex | DF | B2 | 35 | 0 | 14 | 4C | D | 2C | 49 | 36 |
| Octal | 337 | 262 | 65 | 0 | 24 | 114 | 15 | 54 | 111 | 66 |
| Binary | 11011111 | 10110010 | 110101 | 0 | 10100 | 1001100 | 1101 | 101100 | 1001001 | 110110 |
Color Harmonies of #DFB235
Complementary color
Monochromatic Colors of #DFB235
Black with #DFB235
Text Example
Text Example
White with #DFB235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB235; }
p { color: rgb(223,178,53); }
H1.HeaderClassName
{
color: #DFB235;
}
.AnyTagClassName
{
color: #DFB235;
}
</style>
background-color css
<style>
a { background-color: #DFB235; }
a { background-color: rgb(223,178,53); }
div.DivClassName
{
background-color: #DFB235;
}
.BgClassName
{
background-color: #DFB235;
}
</style>
border-color css
<style>
span { border-color: #DFB235; }
span { border-color: rgb(223,178,53); }
td.TdClassName
{
border-color: #DFB235;
}
.TagClassName
{
border-color: #DFB235;
}
</style>