#dfbc3b

Color #DFBC3B Metallic Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Gold #DFBC3B

Tints of Metallic Gold #DFBC3B

Color information

#DFBC3B (or 0xDFBC3B) is unknown color: approx Metallic Gold. HEX triplet: DF, BC and 3B. RGB value is (223,188,59). Sum of RGB (Red+Green+Blue) = 223+188+59=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 59 (23.44% from 255 or 12.55% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBC3B is #2043C4. Grayscale: #B8B8B8. Windows color (decimal): -2114501 or 3914975. OLE color: 3914975.

HSL color Cylindrical-coordinate representation of color #DFBC3B: hue angle of 47.2º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFBC3B is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB22318859-
CMYK00.160.740.13
HSL47.2º71.93%55.29%-
HSV(B)47.2º73.54%87.45%-
XYZ49.251.9711.58-
YUV183.7657.6155.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 47.45%
GREEN value IS 188 (73.83% from 255) = 40%
BLUE value IS 59 (23.44% from 255) = 12.55%
R=47.45%
G=40%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231885900.160.740.1347.271.9355.29
HexDFBC3B0104AD2f4837
Octal33727473020112155711067
Binary1101111110111100111011010000100101011011011111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfbc3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfbc3b; }

 p { color: rgb(223,188,59); }

 H1.HeaderClassName
 {
   color: #dfbc3b;
 }
 .AnyTagClassName
 {
   color: #dfbc3b;
 }
</style>
background-color css

<style>
 a { background-color: #dfbc3b; }

 a { background-color: rgb(223,188,59); }

 div.DivClassName
 {
   background-color: #dfbc3b;
 }
 .BgClassName
 {
   background-color: #dfbc3b;
 }
</style>
border-color css

<style>
 span { border-color: #dfbc3b; }

 span { border-color: rgb(223,188,59); }

 td.TdClassName
 {
   border-color: #dfbc3b;
 }
 .TagClassName
 {
   border-color: #dfbc3b;
 }
</style>