Html Css Color HEX #D1A641 Metallic Gold

📋 copy color: '#D1A641'

red 209 ◦ green 166 ◦ blue 65

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

Shades of Metallic Gold #D1A641

Tints of Metallic Gold #D1A641

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.73%

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

R = 47.5%
G = 37.73%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D1A641 (or 0xD1A641) is known color: Metallic Gold. HEX triplet: D1, A6 and 41. RGB value is (209,166,65). Sum of RGB (Red+Green+Blue) = 209+166+65=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A641 is #2E59BE. Grayscale: #A7A7A7. Windows color (decimal): -3037631 or 4302545. OLE color: 4302545.

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

Color convert

RGB 209 166 65 -
CMYK 0 0.21 0.69 0.18
HSL 42.08º 0.61% 0.54% -
HSV(B) 42.08º 0.69% 0.82% -
XYZ 40.88 41.21 10.8 -
YUV 167.34 70.25 157.71 -
System Red Green Blue C M Y K H S L
Decimal 209 166 65 0 0.21 0.69 0.18 42.08 0.61 0.54
Hex D1 A6 41 0 15 45 12 2A 3D 36
Octal 321 246 101 0 25 105 22 52 75 66
Binary 11010001 10100110 1000001 0 10101 1000101 10010 101010 111101 110110

Color Harmonies of #D1A641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A641

Black with #D1A641

Text Example


Text Example

White with #D1A641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A641; }

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

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

background-color css

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

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

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

border-color css

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

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

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