Html Css Color HEX #D1A341 Metallic Gold

📋 copy color: '#D1A341'

red 209 ◦ green 163 ◦ blue 65

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

Shades of Metallic Gold #D1A341

Tints of Metallic Gold #D1A341

RGB

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

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

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

R = 47.83%
G = 37.3%
B = 14.87%

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

#D1A341 (or 0xD1A341) is known color: Metallic Gold. HEX triplet: D1, A3 and 41. RGB value is (209,163,65). Sum of RGB (Red+Green+Blue) = 209+163+65=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A341 is #2E5CBE. Grayscale: #A6A6A6. Windows color (decimal): -3038399 or 4301777. OLE color: 4301777.

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

Color convert

RGB 209 163 65 -
CMYK 0 0.22 0.69 0.18
HSL 40.83º 0.61% 0.54% -
HSV(B) 40.83º 0.69% 0.82% -
XYZ 40.35 40.13 10.62 -
YUV 165.58 71.24 158.97 -
System Red Green Blue C M Y K H S L
Decimal 209 163 65 0 0.22 0.69 0.18 40.83 0.61 0.54
Hex D1 A3 41 0 16 45 12 29 3D 36
Octal 321 243 101 0 26 105 22 51 75 66
Binary 11010001 10100011 1000001 0 10110 1000101 10010 101001 111101 110110

Color Harmonies of #D1A341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A341

Black with #D1A341

Text Example


Text Example

White with #D1A341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A341; }

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

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

background-color css

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

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

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

border-color css

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

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

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