Html Css Color HEX #D1A43E Metallic Gold

📋 copy color: '#D1A43E'

red 209 ◦ green 164 ◦ blue 62

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

Shades of Metallic Gold #D1A43E

Tints of Metallic Gold #D1A43E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.7%

 BLUE value IS 62 (24.61% from 255) = 14.25%

R = 48.05%
G = 37.7%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1A43E (or 0xD1A43E) is known color: Metallic Gold. HEX triplet: D1, A4 and 3E. RGB value is (209,164,62). Sum of RGB (Red+Green+Blue) = 209+164+62=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A43E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A43E is #2E5BC1. Grayscale: #A6A6A6. Windows color (decimal): -3038146 or 4105425. OLE color: 4105425.

HSL color Cylindrical-coordinate representation of color #D1A43E: hue angle of 41.63º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1A43E is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 164 62 -
CMYK 0 0.22 0.70 0.18
HSL 41.63º 0.62% 0.53% -
HSV(B) 41.63º 0.7% 0.82% -
XYZ 40.44 40.45 10.23 -
YUV 165.83 69.41 158.79 -
System Red Green Blue C M Y K H S L
Decimal 209 164 62 0 0.22 0.70 0.18 41.63 0.62 0.53
Hex D1 A4 3E 0 16 46 12 2A 3E 35
Octal 321 244 76 0 26 106 22 52 76 65
Binary 11010001 10100100 111110 0 10110 1000110 10010 101010 111110 110101

Color Harmonies of #D1A43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A43E

Black with #D1A43E

Text Example


Text Example

White with #D1A43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A43E; }

 p { color: rgb(209,164,62); }

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

background-color css

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

 a { background-color: rgb(209,164,62); }

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

border-color css

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

 span { border-color: rgb(209,164,62); }

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