Html Css Color HEX #DCAC31 Metallic Gold

📋 copy color: '#DCAC31'

red 220 ◦ green 172 ◦ blue 49

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

Shades of Metallic Gold #DCAC31

Tints of Metallic Gold #DCAC31

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39%

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

R = 49.89%
G = 39%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCAC31 (or 0xDCAC31) is known color: Metallic Gold. HEX triplet: DC, AC and 31. RGB value is (220,172,49). Sum of RGB (Red+Green+Blue) = 220+172+49=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC31 is #2353CE. Grayscale: #ACACAC. Windows color (decimal): -2315215 or 3255516. OLE color: 3255516.

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

Color convert

RGB 220 172 49 -
CMYK 0 0.22 0.78 0.14
HSL 43.16º 0.71% 0.53% -
HSV(B) 43.16º 0.78% 0.86% -
XYZ 44.82 44.94 9.22 -
YUV 172.33 58.4 162 -
System Red Green Blue C M Y K H S L
Decimal 220 172 49 0 0.22 0.78 0.14 43.16 0.71 0.53
Hex DC AC 31 0 16 4E E 2B 47 35
Octal 334 254 61 0 26 116 16 53 107 65
Binary 11011100 10101100 110001 0 10110 1001110 1110 101011 1000111 110101

Color Harmonies of #DCAC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC31

Black with #DCAC31

Text Example


Text Example

White with #DCAC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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