Html Css Color HEX #D1A930 Metallic Gold

📋 copy color: '#D1A930'

red 209 ◦ green 169 ◦ blue 48

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

Shades of Metallic Gold #D1A930

Tints of Metallic Gold #D1A930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.27%

R = 49.06%
G = 39.67%
B = 11.27%

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

#D1A930 (or 0xD1A930) is known color: Metallic Gold. HEX triplet: D1, A9 and 30. RGB value is (209,169,48). Sum of RGB (Red+Green+Blue) = 209+169+48=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 48 (19.14% from 255 or 11.27% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A930 is #2E56CF. Grayscale: #A7A7A7. Windows color (decimal): -3036880 or 3189201. OLE color: 3189201.

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

Color convert

RGB 209 169 48 -
CMYK 0 0.19 0.77 0.18
HSL 45.09º 0.64% 0.5% -
HSV(B) 45.09º 0.77% 0.82% -
XYZ 41.02 42.14 8.77 -
YUV 167.17 60.75 157.84 -
System Red Green Blue C M Y K H S L
Decimal 209 169 48 0 0.19 0.77 0.18 45.09 0.64 0.5
Hex D1 A9 30 0 13 4D 12 2D 40 32
Octal 321 251 60 0 23 115 22 55 100 62
Binary 11010001 10101001 110000 0 10011 1001101 10010 101101 1000000 110010

Color Harmonies of #D1A930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A930

Black with #D1A930

Text Example


Text Example

White with #D1A930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A930; }

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

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

background-color css

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

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

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

border-color css

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

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

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