Shades of Metallic Gold #DFBB3C
Tints of Metallic Gold #DFBB3C
RGB
CMYK
RGB Variations
Color information
#DFBB3C (or 0xDFBB3C) is known color: Metallic Gold. HEX triplet: DF, BB and 3C. RGB value is (223,187,60). Sum of RGB (Red+Green+Blue) = 223+187+60=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 60 (23.83% from 255 or 12.77% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBB3C is #2044C3. Grayscale: #B7B7B7. Windows color (decimal): -2114756 or 3980255. OLE color: 3980255.
HSL color Cylindrical-coordinate representation of color #DFBB3C: hue angle of 46.75º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFBB3C is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 60 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.13 |
| HSL | 46.75º | 0.72% | 0.55% | - |
| HSV(B) | 46.75º | 0.73% | 0.87% | - |
| XYZ | 49.02 | 51.55 | 11.64 | - |
| YUV | 183.29 | 58.43 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 60 | 0 | 0.16 | 0.73 | 0.13 | 46.75 | 0.72 | 0.55 |
| Hex | DF | BB | 3C | 0 | 10 | 49 | D | 2F | 48 | 37 |
| Octal | 337 | 273 | 74 | 0 | 20 | 111 | 15 | 57 | 110 | 67 |
| Binary | 11011111 | 10111011 | 111100 | 0 | 10000 | 1001001 | 1101 | 101111 | 1001000 | 110111 |
Color Harmonies of #DFBB3C
Complementary color
Monochromatic Colors of #DFBB3C
Black with #DFBB3C
Text Example
Text Example
White with #DFBB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB3C; }
p { color: rgb(223,187,60); }
H1.HeaderClassName
{
color: #DFBB3C;
}
.AnyTagClassName
{
color: #DFBB3C;
}
</style>
background-color css
<style>
a { background-color: #DFBB3C; }
a { background-color: rgb(223,187,60); }
div.DivClassName
{
background-color: #DFBB3C;
}
.BgClassName
{
background-color: #DFBB3C;
}
</style>
border-color css
<style>
span { border-color: #DFBB3C; }
span { border-color: rgb(223,187,60); }
td.TdClassName
{
border-color: #DFBB3C;
}
.TagClassName
{
border-color: #DFBB3C;
}
</style>