#DCAB36

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

Shades of Metallic Gold #DCAB36

Tints of Metallic Gold #DCAB36

Color information

#DCAB36 (or 0xDCAB36) is unknown color: approx Metallic Gold. HEX triplet: DC, AB and 36. RGB value is (220,171,54). Sum of RGB (Red+Green+Blue) = 220+171+54=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 54 (21.48% from 255 or 12.13% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB36 is #2354C9. Grayscale: #ACACAC. Windows color (decimal): -2315466 or 3582940. OLE color: 3582940.

HSL color Cylindrical-coordinate representation of color #DCAB36: hue angle of 42.29º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCAB36 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB22017154-
CMYK00.220.750.14
HSL42.29º70.34%53.73%-
HSV(B)42.29º75.45%86.27%-
XYZ44.7444.619.74-
YUV172.3161.23162.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.44%
GREEN value IS 171 (67.19% from 255) = 38.43%
BLUE value IS 54 (21.48% from 255) = 12.13%
R=49.44%
G=38.43%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201715400.220.750.1442.2970.3453.73
HexDCAB360164BE2a4636
Octal33425366026113165210666
Binary1101110010101011110110010110100101111101010101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAB36; }

 p { color: rgb(220,171,54); }

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

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

 a { background-color: rgb(220,171,54); }

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

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

 span { border-color: rgb(220,171,54); }

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