Html Css Color HEX #D1AC2D Metallic Gold

📋 copy color: '#D1AC2D'

red 209 ◦ green 172 ◦ blue 45

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

Shades of Metallic Gold #D1AC2D

Tints of Metallic Gold #D1AC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.56%

R = 49.06%
G = 40.38%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1AC2D (or 0xD1AC2D) is known color: Metallic Gold. HEX triplet: D1, AC and 2D. RGB value is (209,172,45). Sum of RGB (Red+Green+Blue) = 209+172+45=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AC2D is #2E53D2. Grayscale: #A9A9A9. Windows color (decimal): -3036115 or 2993361. OLE color: 2993361.

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

Color convert

RGB 209 172 45 -
CMYK 0 0.18 0.78 0.18
HSL 46.46º 0.65% 0.5% -
HSV(B) 46.46º 0.78% 0.82% -
XYZ 41.52 43.25 8.64 -
YUV 168.59 58.26 156.83 -
System Red Green Blue C M Y K H S L
Decimal 209 172 45 0 0.18 0.78 0.18 46.46 0.65 0.5
Hex D1 AC 2D 0 12 4E 12 2E 41 32
Octal 321 254 55 0 22 116 22 56 101 62
Binary 11010001 10101100 101101 0 10010 1001110 10010 101110 1000001 110010

Color Harmonies of #D1AC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AC2D

Black with #D1AC2D

Text Example


Text Example

White with #D1AC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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