#DCB633

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

Shades of Metallic Gold #DCB633

Tints of Metallic Gold #DCB633

Color information

#DCB633 (or 0xDCB633) is unknown color: approx Metallic Gold. HEX triplet: DC, B6 and 33. RGB value is (220,182,51). Sum of RGB (Red+Green+Blue) = 220+182+51=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 51 (20.31% from 255 or 11.26% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB633 is #2349CC. Grayscale: #B2B2B2. Windows color (decimal): -2312653 or 3389148. OLE color: 3389148.

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

Color convert

RGB22018251-
CMYK00.170.770.14
HSL46.51º70.71%53.14%-
HSV(B)46.51º76.82%86.27%-
XYZ46.8448.9110.1-
YUV178.4356.09157.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.57%
GREEN value IS 182 (71.48% from 255) = 40.18%
BLUE value IS 51 (20.31% from 255) = 11.26%
R=48.57%
G=40.18%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201825100.170.770.1446.5170.7153.14
HexDCB6330114DE2f4735
Octal33426663021115165710765
Binary1101110010110110110011010001100110111101011111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB633; }

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

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

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

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

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

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

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

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