Html Css Color HEX #D1A340 Metallic Gold

📋 copy color: '#D1A340'

red 209 ◦ green 163 ◦ blue 64

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

Shades of Metallic Gold #D1A340

Tints of Metallic Gold #D1A340

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.39%

 BLUE value IS 64 (25.39% from 255) = 14.68%

R = 47.94%
G = 37.39%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D1A340 (or 0xD1A340) is known color: Metallic Gold. HEX triplet: D1, A3 and 40. RGB value is (209,163,64). Sum of RGB (Red+Green+Blue) = 209+163+64=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A340 is #2E5CBF. Grayscale: #A5A5A5. Windows color (decimal): -3038400 or 4236241. OLE color: 4236241.

HSL color Cylindrical-coordinate representation of color #D1A340: hue angle of 40.97º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1A340 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 163 64 -
CMYK 0 0.22 0.69 0.18
HSL 40.97º 0.61% 0.54% -
HSV(B) 40.97º 0.69% 0.82% -
XYZ 40.32 40.12 10.47 -
YUV 165.47 70.74 159.05 -
System Red Green Blue C M Y K H S L
Decimal 209 163 64 0 0.22 0.69 0.18 40.97 0.61 0.54
Hex D1 A3 40 0 16 45 12 29 3D 36
Octal 321 243 100 0 26 105 22 51 75 66
Binary 11010001 10100011 1000000 0 10110 1000101 10010 101001 111101 110110

Color Harmonies of #D1A340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A340

Black with #D1A340

Text Example


Text Example

White with #D1A340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A340; }

 p { color: rgb(209,163,64); }

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

background-color css

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

 a { background-color: rgb(209,163,64); }

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

border-color css

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

 span { border-color: rgb(209,163,64); }

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