Html Css Color HEX #DCAE31 Metallic Gold

📋 copy color: '#DCAE31'

red 220 ◦ green 174 ◦ blue 49

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

Shades of Metallic Gold #DCAE31

Tints of Metallic Gold #DCAE31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.06%

R = 49.66%
G = 39.28%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCAE31 (or 0xDCAE31) is known color: Metallic Gold. HEX triplet: DC, AE and 31. RGB value is (220,174,49). Sum of RGB (Red+Green+Blue) = 220+174+49=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 49 (19.53% from 255 or 11.06% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAE31 is #2351CE. Grayscale: #AEAEAE. Windows color (decimal): -2314703 or 3256028. OLE color: 3256028.

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

Color convert

RGB 220 174 49 -
CMYK 0 0.21 0.78 0.14
HSL 43.86º 0.71% 0.53% -
HSV(B) 43.86º 0.78% 0.86% -
XYZ 45.21 45.71 9.35 -
YUV 173.5 57.74 161.16 -
System Red Green Blue C M Y K H S L
Decimal 220 174 49 0 0.21 0.78 0.14 43.86 0.71 0.53
Hex DC AE 31 0 15 4E E 2C 47 35
Octal 334 256 61 0 25 116 16 54 107 65
Binary 11011100 10101110 110001 0 10101 1001110 1110 101100 1000111 110101

Color Harmonies of #DCAE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE31

Black with #DCAE31

Text Example


Text Example

White with #DCAE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE31; }

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

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

background-color css

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

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

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

border-color css

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

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

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