Html Css Color HEX #D1A931 Metallic Gold

📋 copy color: '#D1A931'

red 209 ◦ green 169 ◦ blue 49

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

Shades of Metallic Gold #D1A931

Tints of Metallic Gold #D1A931

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.58%

 BLUE value IS 49 (19.53% from 255) = 11.48%

R = 48.95%
G = 39.58%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D1A931 (or 0xD1A931) is known color: Metallic Gold. HEX triplet: D1, A9 and 31. RGB value is (209,169,49). Sum of RGB (Red+Green+Blue) = 209+169+49=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 49 (19.53% from 255 or 11.48% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A931 is #2E56CE. Grayscale: #A7A7A7. Windows color (decimal): -3036879 or 3254737. OLE color: 3254737.

HSL color Cylindrical-coordinate representation of color #D1A931: hue angle of 45º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1A931 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 169 49 -
CMYK 0 0.19 0.77 0.18
HSL 45º 0.63% 0.51% -
HSV(B) 45º 0.77% 0.82% -
XYZ 41.04 42.15 8.88 -
YUV 167.28 61.25 157.76 -
System Red Green Blue C M Y K H S L
Decimal 209 169 49 0 0.19 0.77 0.18 45 0.63 0.51
Hex D1 A9 31 0 13 4D 12 2D 3F 33
Octal 321 251 61 0 23 115 22 55 77 63
Binary 11010001 10101001 110001 0 10011 1001101 10010 101101 111111 110011

Color Harmonies of #D1A931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A931

Black with #D1A931

Text Example


Text Example

White with #D1A931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A931; }

 p { color: rgb(209,169,49); }

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

background-color css

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

 a { background-color: rgb(209,169,49); }

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

border-color css

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

 span { border-color: rgb(209,169,49); }

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