#dcac35

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

Shades of Metallic Gold #DCAC35

Tints of Metallic Gold #DCAC35

Color information

#DCAC35 (or 0xDCAC35) is unknown color: approx Metallic Gold. HEX triplet: DC, AC and 35. RGB value is (220,172,53). Sum of RGB (Red+Green+Blue) = 220+172+53=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 53 (21.09% from 255 or 11.91% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC35 is #2353CA. Grayscale: #ADADAD. Windows color (decimal): -2315211 or 3517660. OLE color: 3517660.

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

Color convert

RGB22017253-
CMYK00.220.760.14
HSL42.75º70.46%53.53%-
HSV(B)42.75º75.91%86.27%-
XYZ44.9144.989.68-
YUV172.7960.4161.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.44%
GREEN value IS 172 (67.58% from 255) = 38.65%
BLUE value IS 53 (21.09% from 255) = 11.91%
R=49.44%
G=38.65%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201725300.220.760.1442.7570.4653.53
HexDCAC350164CE2b4636
Octal33425465026114165310666
Binary1101110010101100110101010110100110011101010111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcac35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcac35; }

 p { color: rgb(220,172,53); }

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

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

 a { background-color: rgb(220,172,53); }

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

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

 span { border-color: rgb(220,172,53); }

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