Html Css Color HEX #D3AC2E Metallic Gold

📋 copy color: '#D3AC2E'

red 211 ◦ green 172 ◦ blue 46

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

Shades of Metallic Gold #D3AC2E

Tints of Metallic Gold #D3AC2E

RGB

 RED value IS 211 (82.81% from 255) = 49.18%

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

 BLUE value IS 46 (18.36% from 255) = 10.72%

R = 49.18%
G = 40.09%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3AC2E (or 0xD3AC2E) is known color: Metallic Gold. HEX triplet: D3, AC and 2E. RGB value is (211,172,46). Sum of RGB (Red+Green+Blue) = 211+172+46=429 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.18% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 46 (18.36% from 255 or 10.72% from 429); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AC2E is #2C53D1. Grayscale: #A9A9A9. Windows color (decimal): -2905042 or 3058899. OLE color: 3058899.

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

Color convert

RGB 211 172 46 -
CMYK 0 0.18 0.78 0.17
HSL 45.82º 0.65% 0.5% -
HSV(B) 45.82º 0.78% 0.83% -
XYZ 42.11 43.55 8.77 -
YUV 169.3 58.42 157.75 -
System Red Green Blue C M Y K H S L
Decimal 211 172 46 0 0.18 0.78 0.17 45.82 0.65 0.5
Hex D3 AC 2E 0 12 4E 11 2E 41 32
Octal 323 254 56 0 22 116 21 56 101 62
Binary 11010011 10101100 101110 0 10010 1001110 10001 101110 1000001 110010

Color Harmonies of #D3AC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AC2E

Black with #D3AC2E

Text Example


Text Example

White with #D3AC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AC2E; }

 p { color: rgb(211,172,46); }

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

background-color css

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

 a { background-color: rgb(211,172,46); }

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

border-color css

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

 span { border-color: rgb(211,172,46); }

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