#DCB93D

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

Shades of Metallic Gold #DCB93D

Tints of Metallic Gold #DCB93D

Color information

#DCB93D (or 0xDCB93D) is unknown color: approx Metallic Gold. HEX triplet: DC, B9 and 3D. RGB value is (220,185,61). Sum of RGB (Red+Green+Blue) = 220+185+61=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB93D is #2346C2. Grayscale: #B5B5B5. Windows color (decimal): -2311875 or 4045276. OLE color: 4045276.

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

Color convert

RGB22018561-
CMYK00.160.720.14
HSL46.79º69.43%55.1%-
HSV(B)46.79º72.27%86.27%-
XYZ47.7150.2511.6-
YUV181.3360.1155.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.21%
GREEN value IS 185 (72.66% from 255) = 39.70%
BLUE value IS 61 (24.22% from 255) = 13.09%
R=47.21%
G=39.70%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201856100.160.720.1446.7969.4355.1
HexDCB93D01048E2f4537
Octal33427175020110165710567
Binary1101110010111001111101010000100100011101011111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB93D; }

 p { color: rgb(220,185,61); }

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

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

 a { background-color: rgb(220,185,61); }

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

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

 span { border-color: rgb(220,185,61); }

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