Html Css Color HEX #D1AC2C Metallic Gold

📋 copy color: '#D1AC2C'

red 209 ◦ green 172 ◦ blue 44

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

Shades of Metallic Gold #D1AC2C

Tints of Metallic Gold #D1AC2C

RGB

 RED value IS 209 (82.03% from 255) = 49.18%

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

 BLUE value IS 44 (17.58% from 255) = 10.35%

R = 49.18%
G = 40.47%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1AC2C (or 0xD1AC2C) is known color: Metallic Gold. HEX triplet: D1, AC and 2C. RGB value is (209,172,44). Sum of RGB (Red+Green+Blue) = 209+172+44=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AC2C is #2E53D3. Grayscale: #A9A9A9. Windows color (decimal): -3036116 or 2927825. OLE color: 2927825.

HSL color Cylindrical-coordinate representation of color #D1AC2C: hue angle of 46.55º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1AC2C is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 172 44 -
CMYK 0 0.18 0.79 0.18
HSL 46.55º 0.65% 0.5% -
HSV(B) 46.55º 0.79% 0.82% -
XYZ 41.5 43.24 8.54 -
YUV 168.47 57.76 156.91 -
System Red Green Blue C M Y K H S L
Decimal 209 172 44 0 0.18 0.79 0.18 46.55 0.65 0.5
Hex D1 AC 2C 0 12 4F 12 2F 41 32
Octal 321 254 54 0 22 117 22 57 101 62
Binary 11010001 10101100 101100 0 10010 1001111 10010 101111 1000001 110010

Color Harmonies of #D1AC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AC2C

Black with #D1AC2C

Text Example


Text Example

White with #D1AC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AC2C; }

 p { color: rgb(209,172,44); }

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

background-color css

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

 a { background-color: rgb(209,172,44); }

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

border-color css

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

 span { border-color: rgb(209,172,44); }

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