Html Css Color HEX #D5AC45 Metallic Gold

📋 copy color: '#D5AC45'

red 213 ◦ green 172 ◦ blue 69

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

Shades of Metallic Gold #D5AC45

Tints of Metallic Gold #D5AC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.2%

R = 46.92%
G = 37.89%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D5AC45 (or 0xD5AC45) is known color: Metallic Gold. HEX triplet: D5, AC and 45. RGB value is (213,172,69). Sum of RGB (Red+Green+Blue) = 213+172+69=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AC45 is #2A53BA. Grayscale: #ACACAC. Windows color (decimal): -2773947 or 4566229. OLE color: 4566229.

HSL color Cylindrical-coordinate representation of color #D5AC45: hue angle of 42.92º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5AC45 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 172 69 -
CMYK 0 0.19 0.68 0.16
HSL 42.92º 0.63% 0.55% -
HSV(B) 42.92º 0.68% 0.84% -
XYZ 43.27 44.08 11.86 -
YUV 172.52 69.58 156.88 -
System Red Green Blue C M Y K H S L
Decimal 213 172 69 0 0.19 0.68 0.16 42.92 0.63 0.55
Hex D5 AC 45 0 13 44 10 2B 3F 37
Octal 325 254 105 0 23 104 20 53 77 67
Binary 11010101 10101100 1000101 0 10011 1000100 10000 101011 111111 110111

Color Harmonies of #D5AC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC45

Black with #D5AC45

Text Example


Text Example

White with #D5AC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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