Html Css Color HEX #D1A441 Metallic Gold

📋 copy color: '#D1A441'

red 209 ◦ green 164 ◦ blue 65

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

Shades of Metallic Gold #D1A441

Tints of Metallic Gold #D1A441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.84%

R = 47.72%
G = 37.44%
B = 14.84%

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

#D1A441 (or 0xD1A441) is known color: Metallic Gold. HEX triplet: D1, A4 and 41. RGB value is (209,164,65). Sum of RGB (Red+Green+Blue) = 209+164+65=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A441 is #2E5BBE. Grayscale: #A6A6A6. Windows color (decimal): -3038143 or 4302033. OLE color: 4302033.

HSL color Cylindrical-coordinate representation of color #D1A441: hue angle of 41.25º 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 #D1A441 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 164 65 -
CMYK 0 0.22 0.69 0.18
HSL 41.25º 0.61% 0.54% -
HSV(B) 41.25º 0.69% 0.82% -
XYZ 40.52 40.49 10.68 -
YUV 166.17 70.91 158.55 -
System Red Green Blue C M Y K H S L
Decimal 209 164 65 0 0.22 0.69 0.18 41.25 0.61 0.54
Hex D1 A4 41 0 16 45 12 29 3D 36
Octal 321 244 101 0 26 105 22 51 75 66
Binary 11010001 10100100 1000001 0 10110 1000101 10010 101001 111101 110110

Color Harmonies of #D1A441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A441

Black with #D1A441

Text Example


Text Example

White with #D1A441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A441; }

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

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

background-color css

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

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

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

border-color css

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

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

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