Shades of Metallic Gold #DFB635
Tints of Metallic Gold #DFB635
RGB
CMYK
RGB Variations
Color information
#DFB635 (or 0xDFB635) is known color: Metallic Gold. HEX triplet: DF, B6 and 35. RGB value is (223,182,53). Sum of RGB (Red+Green+Blue) = 223+182+53=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 53 (21.09% from 255 or 11.57% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB635 is #2049CA. Grayscale: #B4B4B4. Windows color (decimal): -2116043 or 3520223. OLE color: 3520223.
HSL color Cylindrical-coordinate representation of color #DFB635: hue angle of 45.53º 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 #DFB635 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 53 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.13 |
| HSL | 45.53º | 0.73% | 0.54% | - |
| HSV(B) | 45.53º | 0.76% | 0.87% | - |
| XYZ | 47.8 | 49.4 | 10.38 | - |
| YUV | 179.55 | 56.58 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 53 | 0 | 0.18 | 0.76 | 0.13 | 45.53 | 0.73 | 0.54 |
| Hex | DF | B6 | 35 | 0 | 12 | 4C | D | 2E | 49 | 36 |
| Octal | 337 | 266 | 65 | 0 | 22 | 114 | 15 | 56 | 111 | 66 |
| Binary | 11011111 | 10110110 | 110101 | 0 | 10010 | 1001100 | 1101 | 101110 | 1001001 | 110110 |
Color Harmonies of #DFB635
Complementary color
Monochromatic Colors of #DFB635
Black with #DFB635
Text Example
Text Example
White with #DFB635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB635; }
p { color: rgb(223,182,53); }
H1.HeaderClassName
{
color: #DFB635;
}
.AnyTagClassName
{
color: #DFB635;
}
</style>
background-color css
<style>
a { background-color: #DFB635; }
a { background-color: rgb(223,182,53); }
div.DivClassName
{
background-color: #DFB635;
}
.BgClassName
{
background-color: #DFB635;
}
</style>
border-color css
<style>
span { border-color: #DFB635; }
span { border-color: rgb(223,182,53); }
td.TdClassName
{
border-color: #DFB635;
}
.TagClassName
{
border-color: #DFB635;
}
</style>