Html Css Color HEX #DCAC34 Metallic Gold

📋 copy color: '#DCAC34'

red 220 ◦ green 172 ◦ blue 52

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

Shades of Metallic Gold #DCAC34

Tints of Metallic Gold #DCAC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.71%

R = 49.55%
G = 38.74%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DCAC34 (or 0xDCAC34) is known color: Metallic Gold. HEX triplet: DC, AC and 34. RGB value is (220,172,52). Sum of RGB (Red+Green+Blue) = 220+172+52=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 52 (20.70% from 255 or 11.71% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC34 is #2353CB. Grayscale: #ADADAD. Windows color (decimal): -2315212 or 3452124. OLE color: 3452124.

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

Color convert

RGB 220 172 52 -
CMYK 0 0.22 0.76 0.14
HSL 42.86º 0.71% 0.53% -
HSV(B) 42.86º 0.76% 0.86% -
XYZ 44.89 44.97 9.56 -
YUV 172.67 59.9 161.76 -
System Red Green Blue C M Y K H S L
Decimal 220 172 52 0 0.22 0.76 0.14 42.86 0.71 0.53
Hex DC AC 34 0 16 4C E 2B 47 35
Octal 334 254 64 0 26 114 16 53 107 65
Binary 11011100 10101100 110100 0 10110 1001100 1110 101011 1000111 110101

Color Harmonies of #DCAC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC34

Black with #DCAC34

Text Example


Text Example

White with #DCAC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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