#DCAE34

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

Shades of Metallic Gold #DCAE34

Tints of Metallic Gold #DCAE34

Color information

#DCAE34 (or 0xDCAE34) is unknown color: approx Metallic Gold. HEX triplet: DC, AE and 34. RGB value is (220,174,52). Sum of RGB (Red+Green+Blue) = 220+174+52=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAE34 is #2351CB. Grayscale: #AEAEAE. Windows color (decimal): -2314700 or 3452636. OLE color: 3452636.

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

Color convert

RGB22017452-
CMYK00.210.760.14
HSL43.57º70.59%53.33%-
HSV(B)43.57º76.36%86.27%-
XYZ45.2745.749.69-
YUV173.8559.24160.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.33%
GREEN value IS 174 (68.36% from 255) = 39.01%
BLUE value IS 52 (20.70% from 255) = 11.66%
R=49.33%
G=39.01%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201745200.210.760.1443.5770.5953.33
HexDCAE340154CE2c4735
Octal33425664025114165410765
Binary1101110010101110110100010101100110011101011001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAE34; }

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

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

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

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

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

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

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

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