#DCB933

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

Shades of Metallic Gold #DCB933

Tints of Metallic Gold #DCB933

Color information

#DCB933 (or 0xDCB933) is unknown color: approx Metallic Gold. HEX triplet: DC, B9 and 33. RGB value is (220,185,51). Sum of RGB (Red+Green+Blue) = 220+185+51=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 51 (20.31% from 255 or 11.18% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB933 is #2346CC. Grayscale: #B4B4B4. Windows color (decimal): -2311885 or 3389916. OLE color: 3389916.

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

Color convert

RGB22018551-
CMYK00.160.770.14
HSL47.57º70.71%53.14%-
HSV(B)47.57º76.82%86.27%-
XYZ47.4650.1510.31-
YUV180.1955.1156.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.25%
GREEN value IS 185 (72.66% from 255) = 40.57%
BLUE value IS 51 (20.31% from 255) = 11.18%
R=48.25%
G=40.57%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201855100.160.770.1447.5770.7153.14
HexDCB9330104DE304735
Octal33427163020115166010765
Binary1101110010111001110011010000100110111101100001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB933; }

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

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

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

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

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

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

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

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