Html Css Color HEX #D1AA32 Metallic Gold

📋 copy color: '#D1AA32'

red 209 ◦ green 170 ◦ blue 50

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

Shades of Metallic Gold #D1AA32

Tints of Metallic Gold #D1AA32

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.63%

 BLUE value IS 50 (19.92% from 255) = 11.66%

R = 48.72%
G = 39.63%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D1AA32 (or 0xD1AA32) is known color: Metallic Gold. HEX triplet: D1, AA and 32. RGB value is (209,170,50). Sum of RGB (Red+Green+Blue) = 209+170+50=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AA32 is #2E55CD. Grayscale: #A8A8A8. Windows color (decimal): -3036622 or 3320529. OLE color: 3320529.

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

Color convert

RGB 209 170 50 -
CMYK 0 0.19 0.76 0.18
HSL 45.28º 0.63% 0.51% -
HSV(B) 45.28º 0.76% 0.82% -
XYZ 41.24 42.54 9.05 -
YUV 167.98 61.42 157.26 -
System Red Green Blue C M Y K H S L
Decimal 209 170 50 0 0.19 0.76 0.18 45.28 0.63 0.51
Hex D1 AA 32 0 13 4C 12 2D 3F 33
Octal 321 252 62 0 23 114 22 55 77 63
Binary 11010001 10101010 110010 0 10011 1001100 10010 101101 111111 110011

Color Harmonies of #D1AA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AA32

Black with #D1AA32

Text Example


Text Example

White with #D1AA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AA32; }

 p { color: rgb(209,170,50); }

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

background-color css

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

 a { background-color: rgb(209,170,50); }

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

border-color css

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

 span { border-color: rgb(209,170,50); }

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