Html Css Color HEX #DCAC30 Metallic Gold

📋 copy color: '#DCAC30'

red 220 ◦ green 172 ◦ blue 48

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

Shades of Metallic Gold #DCAC30

Tints of Metallic Gold #DCAC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.91%

R = 50%
G = 39.09%
B = 10.91%

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

#DCAC30 (or 0xDCAC30) is known color: Metallic Gold. HEX triplet: DC, AC and 30. RGB value is (220,172,48). Sum of RGB (Red+Green+Blue) = 220+172+48=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 48 (19.14% from 255 or 10.91% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC30 is #2353CF. Grayscale: #ACACAC. Windows color (decimal): -2315216 or 3189980. OLE color: 3189980.

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

Color convert

RGB 220 172 48 -
CMYK 0 0.22 0.78 0.14
HSL 43.26º 0.71% 0.53% -
HSV(B) 43.26º 0.78% 0.86% -
XYZ 44.8 44.93 9.11 -
YUV 172.22 57.9 162.08 -
System Red Green Blue C M Y K H S L
Decimal 220 172 48 0 0.22 0.78 0.14 43.26 0.71 0.53
Hex DC AC 30 0 16 4E E 2B 47 35
Octal 334 254 60 0 26 116 16 53 107 65
Binary 11011100 10101100 110000 0 10110 1001110 1110 101011 1000111 110101

Color Harmonies of #DCAC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC30

Black with #DCAC30

Text Example


Text Example

White with #DCAC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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