Html Css Color HEX #DCAE32 Metallic Gold

📋 copy color: '#DCAE32'

red 220 ◦ green 174 ◦ blue 50

#DCAE32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Gold #DCAE32

Tints of Metallic Gold #DCAE32

RGB

 RED value IS 220 (86.33% from 255) = 49.55%

 GREEN value IS 174 (68.36% from 255) = 39.19%

 BLUE value IS 50 (19.92% from 255) = 11.26%

R = 49.55%
G = 39.19%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCAE32 (or 0xDCAE32) is known color: Metallic Gold. HEX triplet: DC, AE and 32. RGB value is (220,174,50). Sum of RGB (Red+Green+Blue) = 220+174+50=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAE32 is #2351CD. Grayscale: #AEAEAE. Windows color (decimal): -2314702 or 3321564. OLE color: 3321564.

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

Color convert

RGB 220 174 50 -
CMYK 0 0.21 0.77 0.14
HSL 43.76º 0.71% 0.53% -
HSV(B) 43.76º 0.77% 0.86% -
XYZ 45.23 45.72 9.46 -
YUV 173.62 58.24 161.08 -
System Red Green Blue C M Y K H S L
Decimal 220 174 50 0 0.21 0.77 0.14 43.76 0.71 0.53
Hex DC AE 32 0 15 4D E 2C 47 35
Octal 334 256 62 0 25 115 16 54 107 65
Binary 11011100 10101110 110010 0 10101 1001101 1110 101100 1000111 110101

Color Harmonies of #DCAE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE32

Black with #DCAE32

Text Example


Text Example

White with #DCAE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE32; }

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

 H1.HeaderClassName
 {
   color: #DCAE32;
 }
 .AnyTagClassName
 {
   color: #DCAE32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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