Html Css Color HEX #D1AC3A Metallic Gold

📋 copy color: '#D1AC3A'

red 209 ◦ green 172 ◦ blue 58

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

Shades of Metallic Gold #D1AC3A

Tints of Metallic Gold #D1AC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.21%

R = 47.61%
G = 39.18%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1AC3A (or 0xD1AC3A) is known color: Metallic Gold. HEX triplet: D1, AC and 3A. RGB value is (209,172,58). Sum of RGB (Red+Green+Blue) = 209+172+58=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AC3A is #2E53C5. Grayscale: #AAAAAA. Windows color (decimal): -3036102 or 3845329. OLE color: 3845329.

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

Color convert

RGB 209 172 58 -
CMYK 0 0.18 0.72 0.18
HSL 45.3º 0.62% 0.52% -
HSV(B) 45.3º 0.72% 0.82% -
XYZ 41.81 43.37 10.17 -
YUV 170.07 64.76 155.77 -
System Red Green Blue C M Y K H S L
Decimal 209 172 58 0 0.18 0.72 0.18 45.3 0.62 0.52
Hex D1 AC 3A 0 12 48 12 2D 3E 34
Octal 321 254 72 0 22 110 22 55 76 64
Binary 11010001 10101100 111010 0 10010 1001000 10010 101101 111110 110100

Color Harmonies of #D1AC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AC3A

Black with #D1AC3A

Text Example


Text Example

White with #D1AC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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