#DCBA33

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

Shades of Metallic Gold #DCBA33

Tints of Metallic Gold #DCBA33

Color information

#DCBA33 (or 0xDCBA33) is unknown color: approx Metallic Gold. HEX triplet: DC, BA and 33. RGB value is (220,186,51). Sum of RGB (Red+Green+Blue) = 220+186+51=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 51 (20.31% from 255 or 11.16% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA33 is #2345CC. Grayscale: #B5B5B5. Windows color (decimal): -2311629 or 3390172. OLE color: 3390172.

HSL color Cylindrical-coordinate representation of color #DCBA33: hue angle of 47.93º 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 #DCBA33 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB22018651-
CMYK00.150.770.14
HSL47.93º70.71%53.14%-
HSV(B)47.93º76.82%86.27%-
XYZ47.6750.5710.38-
YUV180.7854.76155.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.14%
GREEN value IS 186 (73.05% from 255) = 40.70%
BLUE value IS 51 (20.31% from 255) = 11.16%
R=48.14%
G=40.70%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201865100.150.770.1447.9370.7153.14
HexDCBA330F4DE304735
Octal33427263017115166010765
Binary110111001011101011001101111100110111101100001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBA33; }

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

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

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

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

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

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

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

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