Html Css Color HEX #D1AC2F Metallic Gold

📋 copy color: '#D1AC2F'

red 209 ◦ green 172 ◦ blue 47

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

Shades of Metallic Gold #D1AC2F

Tints of Metallic Gold #D1AC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.98%

R = 48.83%
G = 40.19%
B = 10.98%

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

#D1AC2F (or 0xD1AC2F) is known color: Metallic Gold. HEX triplet: D1, AC and 2F. RGB value is (209,172,47). Sum of RGB (Red+Green+Blue) = 209+172+47=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 47 (18.75% from 255 or 10.98% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AC2F is #2E53D0. Grayscale: #A9A9A9. Windows color (decimal): -3036113 or 3124433. OLE color: 3124433.

HSL color Cylindrical-coordinate representation of color #D1AC2F: hue angle of 46.3º degrees, saturation: 0.64, 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 #D1AC2F is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 172 47 -
CMYK 0 0.18 0.78 0.18
HSL 46.3º 0.64% 0.5% -
HSV(B) 46.3º 0.78% 0.82% -
XYZ 41.56 43.27 8.85 -
YUV 168.81 59.26 156.66 -
System Red Green Blue C M Y K H S L
Decimal 209 172 47 0 0.18 0.78 0.18 46.3 0.64 0.5
Hex D1 AC 2F 0 12 4E 12 2E 40 32
Octal 321 254 57 0 22 116 22 56 100 62
Binary 11010001 10101100 101111 0 10010 1001110 10010 101110 1000000 110010

Color Harmonies of #D1AC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AC2F

Black with #D1AC2F

Text Example


Text Example

White with #D1AC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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