Html Css Color HEX #D1A343 Metallic Gold

📋 copy color: '#D1A343'

red 209 ◦ green 163 ◦ blue 67

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

Shades of Metallic Gold #D1A343

Tints of Metallic Gold #D1A343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.26%

R = 47.61%
G = 37.13%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D1A343 (or 0xD1A343) is known color: Metallic Gold. HEX triplet: D1, A3 and 43. RGB value is (209,163,67). Sum of RGB (Red+Green+Blue) = 209+163+67=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 67 (26.56% from 255 or 15.26% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A343 is #2E5CBC. Grayscale: #A6A6A6. Windows color (decimal): -3038397 or 4432849. OLE color: 4432849.

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

Color convert

RGB 209 163 67 -
CMYK 0 0.22 0.68 0.18
HSL 40.56º 0.61% 0.54% -
HSV(B) 40.56º 0.68% 0.82% -
XYZ 40.4 40.15 10.93 -
YUV 165.81 72.24 158.81 -
System Red Green Blue C M Y K H S L
Decimal 209 163 67 0 0.22 0.68 0.18 40.56 0.61 0.54
Hex D1 A3 43 0 16 44 12 29 3D 36
Octal 321 243 103 0 26 104 22 51 75 66
Binary 11010001 10100011 1000011 0 10110 1000100 10010 101001 111101 110110

Color Harmonies of #D1A343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A343

Black with #D1A343

Text Example


Text Example

White with #D1A343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A343; }

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

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

background-color css

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

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

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

border-color css

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

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

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