Html Css Color HEX #D1A73F Metallic Gold

📋 copy color: '#D1A73F'

red 209 ◦ green 167 ◦ blue 63

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

Shades of Metallic Gold #D1A73F

Tints of Metallic Gold #D1A73F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.04%

 BLUE value IS 63 (25% from 255) = 14.35%

R = 47.61%
G = 38.04%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1A73F (or 0xD1A73F) is known color: Metallic Gold. HEX triplet: D1, A7 and 3F. RGB value is (209,167,63). Sum of RGB (Red+Green+Blue) = 209+167+63=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 63 (25% from 255 or 14.35% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A73F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A73F is #2E58C0. Grayscale: #A8A8A8. Windows color (decimal): -3037377 or 4171729. OLE color: 4171729.

HSL color Cylindrical-coordinate representation of color #D1A73F: hue angle of 42.74º degrees, saturation: 0.61, 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 #D1A73F is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 167 63 -
CMYK 0 0.20 0.70 0.18
HSL 42.74º 0.61% 0.53% -
HSV(B) 42.74º 0.7% 0.82% -
XYZ 41.01 41.55 10.56 -
YUV 167.7 68.91 157.46 -
System Red Green Blue C M Y K H S L
Decimal 209 167 63 0 0.20 0.70 0.18 42.74 0.61 0.53
Hex D1 A7 3F 0 14 46 12 2B 3D 35
Octal 321 247 77 0 24 106 22 53 75 65
Binary 11010001 10100111 111111 0 10100 1000110 10010 101011 111101 110101

Color Harmonies of #D1A73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A73F

Black with #D1A73F

Text Example


Text Example

White with #D1A73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A73F; }

 p { color: rgb(209,167,63); }

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

background-color css

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

 a { background-color: rgb(209,167,63); }

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

border-color css

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

 span { border-color: rgb(209,167,63); }

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