#DCB833

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

Shades of Metallic Gold #DCB833

Tints of Metallic Gold #DCB833

Color information

#DCB833 (or 0xDCB833) is unknown color: approx Metallic Gold. HEX triplet: DC, B8 and 33. RGB value is (220,184,51). Sum of RGB (Red+Green+Blue) = 220+184+51=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 51 (20.31% from 255 or 11.21% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB833 is #2347CC. Grayscale: #B4B4B4. Windows color (decimal): -2312141 or 3389660. OLE color: 3389660.

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

Color convert

RGB22018451-
CMYK00.160.770.14
HSL47.22º70.71%53.14%-
HSV(B)47.22º76.82%86.27%-
XYZ47.2549.7410.24-
YUV179.655.43156.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.35%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 51 (20.31% from 255) = 11.21%
R=48.35%
G=40.44%
B=11.21%

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
Decimal2201845100.160.770.1447.2270.7153.14
HexDCB8330104DE2f4735
Octal33427063020115165710765
Binary1101110010111000110011010000100110111101011111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB833; }

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

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

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

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

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

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

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

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