Html Css Color HEX #D5AA3C Metallic Gold

📋 copy color: '#D5AA3C'

red 213 ◦ green 170 ◦ blue 60

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

Shades of Metallic Gold #D5AA3C

Tints of Metallic Gold #D5AA3C

RGB

 RED value IS 213 (83.59% from 255) = 48.08%

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

 BLUE value IS 60 (23.83% from 255) = 13.54%

R = 48.08%
G = 38.37%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5AA3C (or 0xD5AA3C) is known color: Metallic Gold. HEX triplet: D5, AA and 3C. RGB value is (213,170,60). Sum of RGB (Red+Green+Blue) = 213+170+60=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AA3C is #2A55C3. Grayscale: #AAAAAA. Windows color (decimal): -2774468 or 3975893. OLE color: 3975893.

HSL color Cylindrical-coordinate representation of color #D5AA3C: hue angle of 43.14º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5AA3C is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 170 60 -
CMYK 0 0.20 0.72 0.16
HSL 43.14º 0.65% 0.54% -
HSV(B) 43.14º 0.72% 0.84% -
XYZ 42.63 43.22 10.37 -
YUV 170.32 65.75 158.44 -
System Red Green Blue C M Y K H S L
Decimal 213 170 60 0 0.20 0.72 0.16 43.14 0.65 0.54
Hex D5 AA 3C 0 14 48 10 2B 41 36
Octal 325 252 74 0 24 110 20 53 101 66
Binary 11010101 10101010 111100 0 10100 1001000 10000 101011 1000001 110110

Color Harmonies of #D5AA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AA3C

Black with #D5AA3C

Text Example


Text Example

White with #D5AA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AA3C; }

 p { color: rgb(213,170,60); }

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

background-color css

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

 a { background-color: rgb(213,170,60); }

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

border-color css

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

 span { border-color: rgb(213,170,60); }

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