#DCB534

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

Shades of Metallic Gold #DCB534

Tints of Metallic Gold #DCB534

Color information

#DCB534 (or 0xDCB534) is unknown color: approx Metallic Gold. HEX triplet: DC, B5 and 34. RGB value is (220,181,52). Sum of RGB (Red+Green+Blue) = 220+181+52=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB534 is #234ACB. Grayscale: #B2B2B2. Windows color (decimal): -2312908 or 3454428. OLE color: 3454428.

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

Color convert

RGB22018152-
CMYK00.180.760.14
HSL46.07º70.59%53.33%-
HSV(B)46.07º76.36%86.27%-
XYZ46.6648.5110.15-
YUV177.9656.92157.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.57%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 52 (20.70% from 255) = 11.48%
R=48.57%
G=39.96%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201815200.180.760.1446.0770.5953.33
HexDCB5340124CE2e4735
Octal33426564022114165610765
Binary1101110010110101110100010010100110011101011101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB534; }

 p { color: rgb(220,181,52); }

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

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

 a { background-color: rgb(220,181,52); }

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

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

 span { border-color: rgb(220,181,52); }

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