Html Css Color HEX #D5AC3C Metallic Gold

📋 copy color: '#D5AC3C'

red 213 ◦ green 172 ◦ blue 60

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

Shades of Metallic Gold #D5AC3C

Tints of Metallic Gold #D5AC3C

RGB

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

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

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

R = 47.87%
G = 38.65%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5AC3C (or 0xD5AC3C) is known color: Metallic Gold. HEX triplet: D5, AC and 3C. RGB value is (213,172,60). Sum of RGB (Red+Green+Blue) = 213+172+60=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AC3C is #2A53C3. Grayscale: #ABABAB. Windows color (decimal): -2773956 or 3976405. OLE color: 3976405.

HSL color Cylindrical-coordinate representation of color #D5AC3C: hue angle of 43.92º 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 #D5AC3C is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 172 60 -
CMYK 0 0.19 0.72 0.16
HSL 43.92º 0.65% 0.54% -
HSV(B) 43.92º 0.72% 0.84% -
XYZ 43.01 43.98 10.5 -
YUV 171.49 65.08 157.61 -
System Red Green Blue C M Y K H S L
Decimal 213 172 60 0 0.19 0.72 0.16 43.92 0.65 0.54
Hex D5 AC 3C 0 13 48 10 2C 41 36
Octal 325 254 74 0 23 110 20 54 101 66
Binary 11010101 10101100 111100 0 10011 1001000 10000 101100 1000001 110110

Color Harmonies of #D5AC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC3C

Black with #D5AC3C

Text Example


Text Example

White with #D5AC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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