Html Css Color HEX #D1A844 Metallic Gold

📋 copy color: '#D1A844'

red 209 ◦ green 168 ◦ blue 68

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

Shades of Metallic Gold #D1A844

Tints of Metallic Gold #D1A844

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.75%

 BLUE value IS 68 (26.95% from 255) = 15.28%

R = 46.97%
G = 37.75%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D1A844 (or 0xD1A844) is known color: Metallic Gold. HEX triplet: D1, A8 and 44. RGB value is (209,168,68). Sum of RGB (Red+Green+Blue) = 209+168+68=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 68 (26.95% from 255 or 15.28% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A844 is #2E57BB. Grayscale: #A9A9A9. Windows color (decimal): -3037116 or 4499665. OLE color: 4499665.

HSL color Cylindrical-coordinate representation of color #D1A844: hue angle of 42.55º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1A844 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 168 68 -
CMYK 0 0.20 0.67 0.18
HSL 42.55º 0.61% 0.54% -
HSV(B) 42.55º 0.67% 0.82% -
XYZ 41.34 41.98 11.39 -
YUV 168.86 71.08 156.63 -
System Red Green Blue C M Y K H S L
Decimal 209 168 68 0 0.20 0.67 0.18 42.55 0.61 0.54
Hex D1 A8 44 0 14 43 12 2B 3D 36
Octal 321 250 104 0 24 103 22 53 75 66
Binary 11010001 10101000 1000100 0 10100 1000011 10010 101011 111101 110110

Color Harmonies of #D1A844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A844

Black with #D1A844

Text Example


Text Example

White with #D1A844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A844; }

 p { color: rgb(209,168,68); }

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

background-color css

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

 a { background-color: rgb(209,168,68); }

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

border-color css

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

 span { border-color: rgb(209,168,68); }

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