Html Css Color HEX #D1A038 Metallic Gold

📋 copy color: '#D1A038'

red 209 ◦ green 160 ◦ blue 56

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

Shades of Metallic Gold #D1A038

Tints of Metallic Gold #D1A038

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.65%

 BLUE value IS 56 (22.27% from 255) = 13.18%

R = 49.18%
G = 37.65%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D1A038 (or 0xD1A038) is known color: Metallic Gold. HEX triplet: D1, A0 and 38. RGB value is (209,160,56). Sum of RGB (Red+Green+Blue) = 209+160+56=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 56 (22.27% from 255 or 13.18% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A038 is #2E5FC7. Grayscale: #A3A3A3. Windows color (decimal): -3039176 or 3711185. OLE color: 3711185.

HSL color Cylindrical-coordinate representation of color #D1A038: hue angle of 40.78º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1A038 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 160 56 -
CMYK 0 0.23 0.73 0.18
HSL 40.78º 0.62% 0.52% -
HSV(B) 40.78º 0.73% 0.82% -
XYZ 39.58 38.98 9.18 -
YUV 162.8 67.73 160.96 -
System Red Green Blue C M Y K H S L
Decimal 209 160 56 0 0.23 0.73 0.18 40.78 0.62 0.52
Hex D1 A0 38 0 17 49 12 29 3E 34
Octal 321 240 70 0 27 111 22 51 76 64
Binary 11010001 10100000 111000 0 10111 1001001 10010 101001 111110 110100

Color Harmonies of #D1A038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A038

Black with #D1A038

Text Example


Text Example

White with #D1A038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A038; }

 p { color: rgb(209,160,56); }

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

background-color css

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

 a { background-color: rgb(209,160,56); }

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

border-color css

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

 span { border-color: rgb(209,160,56); }

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