Html Css Color HEX #D1A631 Metallic Gold

📋 copy color: '#D1A631'

red 209 ◦ green 166 ◦ blue 49

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

Shades of Metallic Gold #D1A631

Tints of Metallic Gold #D1A631

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.15%

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

R = 49.29%
G = 39.15%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D1A631 (or 0xD1A631) is known color: Metallic Gold. HEX triplet: D1, A6 and 31. RGB value is (209,166,49). Sum of RGB (Red+Green+Blue) = 209+166+49=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 49 (19.53% from 255 or 11.56% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A631 is #2E59CE. Grayscale: #A6A6A6. Windows color (decimal): -3037647 or 3253969. OLE color: 3253969.

HSL color Cylindrical-coordinate representation of color #D1A631: hue angle of 43.88º 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 #D1A631 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 166 49 -
CMYK 0 0.21 0.77 0.18
HSL 43.88º 0.63% 0.51% -
HSV(B) 43.88º 0.77% 0.82% -
XYZ 40.49 41.05 8.7 -
YUV 165.52 62.25 159.01 -
System Red Green Blue C M Y K H S L
Decimal 209 166 49 0 0.21 0.77 0.18 43.88 0.63 0.51
Hex D1 A6 31 0 15 4D 12 2C 3F 33
Octal 321 246 61 0 25 115 22 54 77 63
Binary 11010001 10100110 110001 0 10101 1001101 10010 101100 111111 110011

Color Harmonies of #D1A631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A631

Black with #D1A631

Text Example


Text Example

White with #D1A631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A631; }

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

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

background-color css

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

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

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

border-color css

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

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

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