Shades of Metallic Gold #DFB735
Tints of Metallic Gold #DFB735
RGB
CMYK
RGB Variations
Color information
#DFB735 (or 0xDFB735) is known color: Metallic Gold. HEX triplet: DF, B7 and 35. RGB value is (223,183,53). Sum of RGB (Red+Green+Blue) = 223+183+53=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 53 (21.09% from 255 or 11.55% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB735 is #2048CA. Grayscale: #B4B4B4. Windows color (decimal): -2115787 or 3520479. OLE color: 3520479.
HSL color Cylindrical-coordinate representation of color #DFB735: hue angle of 45.88º 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 #DFB735 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 53 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.13 |
| HSL | 45.88º | 0.73% | 0.54% | - |
| HSV(B) | 45.88º | 0.76% | 0.87% | - |
| XYZ | 48.01 | 49.81 | 10.45 | - |
| YUV | 180.14 | 56.25 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 53 | 0 | 0.18 | 0.76 | 0.13 | 45.88 | 0.73 | 0.54 |
| Hex | DF | B7 | 35 | 0 | 12 | 4C | D | 2E | 49 | 36 |
| Octal | 337 | 267 | 65 | 0 | 22 | 114 | 15 | 56 | 111 | 66 |
| Binary | 11011111 | 10110111 | 110101 | 0 | 10010 | 1001100 | 1101 | 101110 | 1001001 | 110110 |
Color Harmonies of #DFB735
Complementary color
Monochromatic Colors of #DFB735
Black with #DFB735
Text Example
Text Example
White with #DFB735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB735; }
p { color: rgb(223,183,53); }
H1.HeaderClassName
{
color: #DFB735;
}
.AnyTagClassName
{
color: #DFB735;
}
</style>
background-color css
<style>
a { background-color: #DFB735; }
a { background-color: rgb(223,183,53); }
div.DivClassName
{
background-color: #DFB735;
}
.BgClassName
{
background-color: #DFB735;
}
</style>
border-color css
<style>
span { border-color: #DFB735; }
span { border-color: rgb(223,183,53); }
td.TdClassName
{
border-color: #DFB735;
}
.TagClassName
{
border-color: #DFB735;
}
</style>