Html Css Color HEX #D1AC31 Metallic Gold

📋 copy color: '#D1AC31'

red 209 ◦ green 172 ◦ blue 49

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

Shades of Metallic Gold #D1AC31

Tints of Metallic Gold #D1AC31

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40%

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

R = 48.6%
G = 40%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D1AC31 (or 0xD1AC31) is known color: Metallic Gold. HEX triplet: D1, AC and 31. RGB value is (209,172,49). Sum of RGB (Red+Green+Blue) = 209+172+49=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AC31 is #2E53CE. Grayscale: #A9A9A9. Windows color (decimal): -3036111 or 3255505. OLE color: 3255505.

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

Color convert

RGB 209 172 49 -
CMYK 0 0.18 0.77 0.18
HSL 46.13º 0.63% 0.51% -
HSV(B) 46.13º 0.77% 0.82% -
XYZ 41.6 43.28 9.07 -
YUV 169.04 60.26 156.5 -
System Red Green Blue C M Y K H S L
Decimal 209 172 49 0 0.18 0.77 0.18 46.13 0.63 0.51
Hex D1 AC 31 0 12 4D 12 2E 3F 33
Octal 321 254 61 0 22 115 22 56 77 63
Binary 11010001 10101100 110001 0 10010 1001101 10010 101110 111111 110011

Color Harmonies of #D1AC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AC31

Black with #D1AC31

Text Example


Text Example

White with #D1AC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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