Html Css Color HEX #DCAC36 Metallic Gold

📋 copy color: '#DCAC36'

red 220 ◦ green 172 ◦ blue 54

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

Shades of Metallic Gold #DCAC36

Tints of Metallic Gold #DCAC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.11%

R = 49.33%
G = 38.57%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCAC36 (or 0xDCAC36) is known color: Metallic Gold. HEX triplet: DC, AC and 36. RGB value is (220,172,54). Sum of RGB (Red+Green+Blue) = 220+172+54=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 54 (21.48% from 255 or 12.11% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC36 is #2353C9. Grayscale: #ADADAD. Windows color (decimal): -2315210 or 3583196. OLE color: 3583196.

HSL color Cylindrical-coordinate representation of color #DCAC36: hue angle of 42.65º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCAC36 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 172 54 -
CMYK 0 0.22 0.75 0.14
HSL 42.65º 0.7% 0.54% -
HSV(B) 42.65º 0.75% 0.86% -
XYZ 44.93 44.99 9.81 -
YUV 172.9 60.9 161.59 -
System Red Green Blue C M Y K H S L
Decimal 220 172 54 0 0.22 0.75 0.14 42.65 0.7 0.54
Hex DC AC 36 0 16 4B E 2B 46 36
Octal 334 254 66 0 26 113 16 53 106 66
Binary 11011100 10101100 110110 0 10110 1001011 1110 101011 1000110 110110

Color Harmonies of #DCAC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC36

Black with #DCAC36

Text Example


Text Example

White with #DCAC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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